#5bdbe8

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

Shades of Turquoise Blue #5BDBE8

Tints of Turquoise Blue #5BDBE8

Color information

#5BDBE8 (or 0x5BDBE8) is unknown color: approx Turquoise Blue. HEX triplet: 5B, DB and E8. RGB value is (91,219,232). Sum of RGB (Red+Green+Blue) = 91+219+232=542 (71% of max value = 765). Red value is 91 (35.94% from 255 or 16.79% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #5BDBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BDBE8 is #A42417. Grayscale: #B6B6B6. Windows color (decimal): -10757144 or 15260507. OLE color: 15260507.

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

Color convert

RGB91219232-
CMYK0.610.0600.09
HSL185.53º75.4%63.33%-
HSV(B)185.53º60.78%90.98%-
XYZ44.2158.7185.35-
YUV182.21156.0962.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.79%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=16.79%
G=40.41%
B=42.80%

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
Decimal912192320.610.0600.09185.5375.463.33
Hex5BDBE83D609ba4b3f
Octal13333335075601127211377
Binary1011011110110111110100011110111001001101110101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bdbe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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