#5BD5D9

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

Shades of Turquoise Blue #5BD5D9

Tints of Turquoise Blue #5BD5D9

Color information

#5BD5D9 (or 0x5BD5D9) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D5 and D9. RGB value is (91,213,217). Sum of RGB (Red+Green+Blue) = 91+213+217=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #5BD5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BD5D9 is #A42A26. Grayscale: #B0B0B0. Windows color (decimal): -10758695 or 14275931. OLE color: 14275931.

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

Color convert

RGB91213217-
CMYK0.580.0200.15
HSL181.9º62.38%60.39%-
HSV(B)181.9º58.06%85.1%-
XYZ40.6354.8274.09-
YUV176.98150.5866.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.47%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=17.47%
G=40.88%
B=41.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal912132170.580.0200.15181.962.3860.39
Hex5BD5D93A20Fb63e3c
Octal1333253317220172667674
Binary10110111101010111011001111010100111110110110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,213,217); }

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

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

 a { background-color: rgb(91,213,217); }

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

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

 span { border-color: rgb(91,213,217); }

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