#5CCDDE

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

Shades of Turquoise Blue #5CCDDE

Tints of Turquoise Blue #5CCDDE

Color information

#5CCDDE (or 0x5CCDDE) is unknown color: approx Turquoise Blue. HEX triplet: 5C, CD and DE. RGB value is (92,205,222). Sum of RGB (Red+Green+Blue) = 92+205+222=519 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.73% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #5CCDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDDE is #A33221. Grayscale: #ACACAC. Windows color (decimal): -10695202 or 14601564. OLE color: 14601564.

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

Color convert

RGB92205222-
CMYK0.590.0800.13
HSL187.85º66.33%61.57%-
HSV(B)187.85º58.56%87.06%-
XYZ39.4351.2176.91-
YUV173.15155.5670.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.73%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=17.73%
G=39.50%
B=42.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal922052220.590.0800.13187.8566.3361.57
Hex5CCDDE3B80Dbc423e
Octal134315336731001527410276
Binary10111001100110111011110111011100001101101111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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