#5bd3f7

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

Shades of Turquoise Blue #5BD3F7

Tints of Turquoise Blue #5BD3F7

Color information

#5BD3F7 (or 0x5BD3F7) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D3 and F7. RGB value is (91,211,247). Sum of RGB (Red+Green+Blue) = 91+211+247=549 (72% of max value = 765). Red value is 91 (35.94% from 255 or 16.58% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #5BD3F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD3F7 is #A42C08. Grayscale: #B2B2B2. Windows color (decimal): -10759177 or 16241499. OLE color: 16241499.

HSL color Cylindrical-coordinate representation of color #5BD3F7: hue angle of 193.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BD3F7 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB91211247-
CMYK0.630.1500.03
HSL193.85º90.7%66.27%-
HSV(B)193.85º63.16%96.86%-
XYZ44.455.5396.37-
YUV179.22166.2465.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.58%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 247 (96.88% from 255) = 44.99%
R=16.58%
G=38.43%
B=44.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal912112470.630.1500.03193.8590.766.27
Hex5BD3F73FF03c25b42
Octal133323367771703302133102
Binary1011011110100111111011111111111110111100001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd3f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,211,247); }

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

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

 a { background-color: rgb(91,211,247); }

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

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

 span { border-color: rgb(91,211,247); }

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