#5BCADC

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

Shades of Turquoise Blue #5BCADC

Tints of Turquoise Blue #5BCADC

Color information

#5BCADC (or 0x5BCADC) is unknown color: approx Turquoise Blue. HEX triplet: 5B, CA and DC. RGB value is (91,202,220). Sum of RGB (Red+Green+Blue) = 91+202+220=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BCADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCADC is #A43523. Grayscale: #AAAAAA. Windows color (decimal): -10761508 or 14469723. OLE color: 14469723.

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

Color convert

RGB91202220-
CMYK0.590.0800.14
HSL188.37º64.82%60.98%-
HSV(B)188.37º58.64%86.27%-
XYZ38.3549.6375.27-
YUV170.86155.7371.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.74%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=17.74%
G=39.38%
B=42.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912022200.590.0800.14188.3764.8260.98
Hex5BCADC3B80Ebc413d
Octal133312334731001627410175
Binary10110111100101011011100111011100001110101111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,202,220); }

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

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

 a { background-color: rgb(91,202,220); }

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

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

 span { border-color: rgb(91,202,220); }

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