#5BD4F2

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

Shades of Turquoise Blue #5BD4F2

Tints of Turquoise Blue #5BD4F2

Color information

#5BD4F2 (or 0x5BD4F2) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D4 and F2. RGB value is (91,212,242). Sum of RGB (Red+Green+Blue) = 91+212+242=545 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.70% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #5BD4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD4F2 is #A42B0D. Grayscale: #B3B3B3. Windows color (decimal): -10758926 or 15914075. OLE color: 15914075.

HSL color Cylindrical-coordinate representation of color #5BD4F2: hue angle of 191.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD4F2 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91212242-
CMYK0.620.1200.05
HSL191.92º85.31%65.29%-
HSV(B)191.92º62.4%94.9%-
XYZ43.8855.7292.45-
YUV179.24163.4165.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.70%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=16.70%
G=38.90%
B=44.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912122420.620.1200.05191.9285.3165.29
Hex5BD4F23EC05c05541
Octal133324362761405300125101
Binary10110111101010011110010111110110001011100000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,212,242); }

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

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

 a { background-color: rgb(91,212,242); }

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

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

 span { border-color: rgb(91,212,242); }

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