#5CDDDC

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

Shades of Turquoise Blue #5CDDDC

Tints of Turquoise Blue #5CDDDC

Color information

#5CDDDC (or 0x5CDDDC) is unknown color: approx Turquoise Blue. HEX triplet: 5C, DD and DC. RGB value is (92,221,220). Sum of RGB (Red+Green+Blue) = 92+221+220=533 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.26% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #5CDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDDDC is #A32223. Grayscale: #B6B6B6. Windows color (decimal): -10691108 or 14474588. OLE color: 14474588.

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

Color convert

RGB92221220-
CMYK0.5800.000.13
HSL179.53º65.48%61.37%-
HSV(B)179.53º58.37%86.67%-
XYZ43.1959.1676.85-
YUV182.32149.2663.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.26%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=17.26%
G=41.46%
B=41.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922212200.5800.000.13179.5365.4861.37
Hex5CDDDC3A00Db4413d
Octal13433533472001526410175
Binary10111001101110111011100111010001101101101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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