#5BD0DD

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

Shades of Turquoise Blue #5BD0DD

Tints of Turquoise Blue #5BD0DD

Color information

#5BD0DD (or 0x5BD0DD) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D0 and DD. RGB value is (91,208,221). Sum of RGB (Red+Green+Blue) = 91+208+221=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BD0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD0DD is #A42F22. Grayscale: #AEAEAE. Windows color (decimal): -10759971 or 14536795. OLE color: 14536795.

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

Color convert

RGB91208221-
CMYK0.590.0600.13
HSL186º65.66%61.18%-
HSV(B)186º58.82%86.67%-
XYZ39.9252.5676.45-
YUV174.5154.2468.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.5%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=17.5%
G=40%
B=42.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal912082210.590.0600.1318665.6661.18
Hex5BD0DD3B60Dba423d
Octal13332033573601527210275
Binary1011011110100001101110111101111001101101110101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,208,221); }

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

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

 a { background-color: rgb(91,208,221); }

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

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

 span { border-color: rgb(91,208,221); }

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