#5CD9DD

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

Shades of Turquoise Blue #5CD9DD

Tints of Turquoise Blue #5CD9DD

Color information

#5CD9DD (or 0x5CD9DD) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D9 and DD. RGB value is (92,217,221). Sum of RGB (Red+Green+Blue) = 92+217+221=530 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.36% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CD9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9DD is #A32622. Grayscale: #B3B3B3. Windows color (decimal): -10692131 or 14539100. OLE color: 14539100.

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

Color convert

RGB92217221-
CMYK0.580.0200.13
HSL181.86º65.48%61.37%-
HSV(B)181.86º58.37%86.67%-
XYZ42.2857.1277.2-
YUV180.08151.0965.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.36%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=17.36%
G=40.94%
B=41.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922172210.580.0200.13181.8665.4861.37
Hex5CD9DD3A20Db6413d
Octal13433133572201526610175
Binary101110011011001110111011110101001101101101101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,217,221); }

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

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

 a { background-color: rgb(92,217,221); }

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

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

 span { border-color: rgb(92,217,221); }

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