#5BD7DD

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

Shades of Turquoise Blue #5BD7DD

Tints of Turquoise Blue #5BD7DD

Color information

#5BD7DD (or 0x5BD7DD) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D7 and DD. RGB value is (91,215,221). Sum of RGB (Red+Green+Blue) = 91+215+221=527 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.27% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #5BD7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD7DD is #A42822. Grayscale: #B2B2B2. Windows color (decimal): -10758179 or 14538587. OLE color: 14538587.

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

Color convert

RGB91215221-
CMYK0.590.0300.13
HSL182.77º65.66%61.18%-
HSV(B)182.77º58.82%86.67%-
XYZ41.6756.0577.03-
YUV178.61151.9265.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.27%
GREEN value IS 215 (84.38% from 255) = 40.80%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=17.27%
G=40.80%
B=41.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal912152210.590.0300.13182.7765.6661.18
Hex5BD7DD3B30Db7423d
Octal13332733573301526710275
Binary101101111010111110111011110111101101101101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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