#5BD0F9

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

Shades of Turquoise Blue #5BD0F9

Tints of Turquoise Blue #5BD0F9

Color information

#5BD0F9 (or 0x5BD0F9) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D0 and F9. RGB value is (91,208,249). Sum of RGB (Red+Green+Blue) = 91+208+249=548 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.61% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #5BD0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD0F9 is #A42F06. Grayscale: #B1B1B1. Windows color (decimal): -10759943 or 16371803. OLE color: 16371803.

HSL color Cylindrical-coordinate representation of color #5BD0F9: hue angle of 195.57º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BD0F9 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB91208249-
CMYK0.630.1600.02
HSL195.57º92.94%66.67%-
HSV(B)195.57º63.45%97.65%-
XYZ43.9754.1897.76-
YUV177.69168.2466.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.61%
GREEN value IS 208 (81.64% from 255) = 37.96%
BLUE value IS 249 (97.66% from 255) = 45.44%
R=16.61%
G=37.96%
B=45.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal912082490.630.1600.02195.5792.9466.67
Hex5BD0F93F1002c45d43
Octal133320371772002304135103
Binary10110111101000011111001111111100000101100010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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