#5CCBD9

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

Shades of Turquoise Blue #5CCBD9

Tints of Turquoise Blue #5CCBD9

Color information

#5CCBD9 (or 0x5CCBD9) is unknown color: approx Turquoise Blue. HEX triplet: 5C, CB and D9. RGB value is (92,203,217). Sum of RGB (Red+Green+Blue) = 92+203+217=512 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.97% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #5CCBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCBD9 is #A33426. Grayscale: #ABABAB. Windows color (decimal): -10695719 or 14273372. OLE color: 14273372.

HSL color Cylindrical-coordinate representation of color #5CCBD9: hue angle of 186.72º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCBD9 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB92203217-
CMYK0.580.0600.15
HSL186.72º62.19%60.59%-
HSV(B)186.72º57.6%85.1%-
XYZ38.295073.28-
YUV171.41153.7371.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.97%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=17.97%
G=39.65%
B=42.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal922032170.580.0600.15186.7262.1960.59
Hex5CCBD93A60Fbb3e3d
Octal1343133317260172737675
Binary101110011001011110110011110101100111110111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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