#5BD9E8

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

Shades of Turquoise Blue #5BD9E8

Tints of Turquoise Blue #5BD9E8

Color information

#5BD9E8 (or 0x5BD9E8) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D9 and E8. RGB value is (91,217,232). Sum of RGB (Red+Green+Blue) = 91+217+232=540 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.85% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #5BD9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD9E8 is #A42617. Grayscale: #B4B4B4. Windows color (decimal): -10757656 or 15259995. OLE color: 15259995.

HSL color Cylindrical-coordinate representation of color #5BD9E8: hue angle of 186.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BD9E8 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB91217232-
CMYK0.610.0600.09
HSL186.38º75.4%63.33%-
HSV(B)186.38º60.78%90.98%-
XYZ43.6957.6885.17-
YUV181.04156.7663.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.85%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=16.85%
G=40.19%
B=42.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912172320.610.0600.09186.3875.463.33
Hex5BD9E83D609ba4b3f
Octal13333135075601127211377
Binary1011011110110011110100011110111001001101110101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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