#5bd2f3

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

Shades of Turquoise Blue #5BD2F3

Tints of Turquoise Blue #5BD2F3

Color information

#5BD2F3 (or 0x5BD2F3) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D2 and F3. RGB value is (91,210,243). Sum of RGB (Red+Green+Blue) = 91+210+243=544 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.73% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BD2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD2F3 is #A42D0C. Grayscale: #B1B1B1. Windows color (decimal): -10759437 or 15979099. OLE color: 15979099.

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

Color convert

RGB91210243-
CMYK0.630.1400.05
HSL193.03º86.36%65.49%-
HSV(B)193.03º62.55%95.29%-
XYZ43.5454.7993.07-
YUV178.18164.5865.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.73%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 243 (95.31% from 255) = 44.67%
R=16.73%
G=38.60%
B=44.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912102430.630.1400.05193.0386.3665.49
Hex5BD2F33FE05c15641
Octal133322363771605301126101
Binary10110111101001011110011111111111001011100000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd2f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,210,243); }

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

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

 a { background-color: rgb(91,210,243); }

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

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

 span { border-color: rgb(91,210,243); }

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