#5DDFDA

Color #5DDFDA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5DDFDA

Tints of Turquoise Blue #5DDFDA

Color information

#5DDFDA (or 0x5DDFDA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, DF and DA. RGB value is (93,223,218). Sum of RGB (Red+Green+Blue) = 93+223+218=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFDA is #A22025. Grayscale: #B7B7B7. Windows color (decimal): -10625062 or 14344029. OLE color: 14344029.

HSL color Cylindrical-coordinate representation of color #5DDFDA: hue angle of 177.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFDA is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB93223218-
CMYK0.5800.020.13
HSL177.69º67.01%61.96%-
HSV(B)177.69º58.3%87.45%-
XYZ43.5660.1675.65-
YUV183.56147.4363.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 17.42%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=17.42%
G=41.76%
B=40.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932232180.5800.020.13177.6967.0161.96
Hex5DDFDA3A02Db2433e
Octal13533733272021526210376
Binary101110111011111110110101110100101101101100101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DDFDA; }

 p { color: rgb(93,223,218); }

 H1.HeaderClassName
 {
   color: #5DDFDA;
 }
 .AnyTagClassName
 {
   color: #5DDFDA;
 }
</style>
background-color css

<style>
 a { background-color: #5DDFDA; }

 a { background-color: rgb(93,223,218); }

 div.DivClassName
 {
   background-color: #5DDFDA;
 }
 .BgClassName
 {
   background-color: #5DDFDA;
 }
</style>
border-color css

<style>
 span { border-color: #5DDFDA; }

 span { border-color: rgb(93,223,218); }

 td.TdClassName
 {
   border-color: #5DDFDA;
 }
 .TagClassName
 {
   border-color: #5DDFDA;
 }
</style>