#5DCFDE

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

Shades of Turquoise Blue #5DCFDE

Tints of Turquoise Blue #5DCFDE

Color information

#5DCFDE (or 0x5DCFDE) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CF and DE. RGB value is (93,207,222). Sum of RGB (Red+Green+Blue) = 93+207+222=522 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.82% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DCFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFDE is #A23021. Grayscale: #AEAEAE. Windows color (decimal): -10629154 or 14602077. OLE color: 14602077.

HSL color Cylindrical-coordinate representation of color #5DCFDE: hue angle of 186.98º degrees, saturation: 0.66, 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 #5DCFDE is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93207222-
CMYK0.580.0700.13
HSL186.98º66.15%61.76%-
HSV(B)186.98º58.11%87.06%-
XYZ40.0152.2377.08-
YUV174.62154.7369.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.82%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=17.82%
G=39.66%
B=42.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal932072220.580.0700.13186.9866.1561.76
Hex5DCFDE3A70Dbb423e
Octal13531733672701527310276
Binary1011101110011111101111011101011101101101110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,207,222); }

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

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

 a { background-color: rgb(93,207,222); }

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

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

 span { border-color: rgb(93,207,222); }

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