#5CCBDB

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

Shades of Turquoise Blue #5CCBDB

Tints of Turquoise Blue #5CCBDB

Color information

#5CCBDB (or 0x5CCBDB) is unknown color: approx Turquoise Blue. HEX triplet: 5C, CB and DB. RGB value is (92,203,219). Sum of RGB (Red+Green+Blue) = 92+203+219=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBDB is #A33424. Grayscale: #ABABAB. Windows color (decimal): -10695717 or 14404444. OLE color: 14404444.

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

Color convert

RGB92203219-
CMYK0.580.0700.14
HSL187.56º63.82%60.98%-
HSV(B)187.56º57.99%85.88%-
XYZ38.5650.174.66-
YUV171.64154.7371.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.90%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=17.90%
G=39.49%
B=42.61%

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
Decimal922032190.580.0700.14187.5663.8260.98
Hex5CCBDB3A70Ebc403d
Octal13431333372701627410075
Binary1011100110010111101101111101011101110101111001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,203,219); }

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

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

 a { background-color: rgb(92,203,219); }

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

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

 span { border-color: rgb(92,203,219); }

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