#5CCDDC

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

Shades of Turquoise Blue #5CCDDC

Tints of Turquoise Blue #5CCDDC

Color information

#5CCDDC (or 0x5CCDDC) is unknown color: approx Turquoise Blue. HEX triplet: 5C, CD and DC. RGB value is (92,205,220). Sum of RGB (Red+Green+Blue) = 92+205+220=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDDC is #A33223. Grayscale: #ACACAC. Windows color (decimal): -10695204 or 14470492. OLE color: 14470492.

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

Color convert

RGB92205220-
CMYK0.580.0700.14
HSL187.03º64.65%61.18%-
HSV(B)187.03º58.18%86.27%-
XYZ39.1651.1175.51-
YUV172.92154.5670.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.79%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=17.79%
G=39.65%
B=42.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal922052200.580.0700.14187.0364.6561.18
Hex5CCDDC3A70Ebb413d
Octal13431533472701627310175
Binary1011100110011011101110011101011101110101110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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