#5BC9DC

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

Shades of Turquoise Blue #5BC9DC

Tints of Turquoise Blue #5BC9DC

Color information

#5BC9DC (or 0x5BC9DC) is unknown color: approx Turquoise Blue. HEX triplet: 5B, C9 and DC. RGB value is (91,201,220). Sum of RGB (Red+Green+Blue) = 91+201+220=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #5BC9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9DC is #A43623. Grayscale: #AAAAAA. Windows color (decimal): -10761764 or 14469467. OLE color: 14469467.

HSL color Cylindrical-coordinate representation of color #5BC9DC: hue angle of 188.84º 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 #5BC9DC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91201220-
CMYK0.590.0900.14
HSL188.84º64.82%60.98%-
HSV(B)188.84º58.64%86.27%-
XYZ38.1249.1675.19-
YUV170.28156.0671.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.77%
GREEN value IS 201 (78.91% from 255) = 39.26%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=17.77%
G=39.26%
B=42.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal912012200.590.0900.14188.8464.8260.98
Hex5BC9DC3B90Ebd413d
Octal133311334731101627510175
Binary10110111100100111011100111011100101110101111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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