#5BD5F0

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

Shades of Turquoise Blue #5BD5F0

Tints of Turquoise Blue #5BD5F0

Color information

#5BD5F0 (or 0x5BD5F0) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D5 and F0. RGB value is (91,213,240). Sum of RGB (Red+Green+Blue) = 91+213+240=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #5BD5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD5F0 is #A42A0F. Grayscale: #B3B3B3. Windows color (decimal): -10758672 or 15783259. OLE color: 15783259.

HSL color Cylindrical-coordinate representation of color #5BD5F0: hue angle of 190.87º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD5F0 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91213240-
CMYK0.620.1100.06
HSL190.87º83.24%64.9%-
HSV(B)190.87º62.08%94.12%-
XYZ43.8456.190.96-
YUV179.6162.0864.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.73%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 240 (94.14% from 255) = 44.12%
R=16.73%
G=39.15%
B=44.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal912132400.620.1100.06190.8783.2464.9
Hex5BD5F03EB06bf5341
Octal133325360761306277123101
Binary10110111101010111110000111110101101101011111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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