#5BD7FC

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

Shades of Turquoise Blue #5BD7FC

Tints of Turquoise Blue #5BD7FC

Color information

#5BD7FC (or 0x5BD7FC) is unknown color: approx Turquoise Blue. HEX triplet: 5B, D7 and FC. RGB value is (91,215,252). Sum of RGB (Red+Green+Blue) = 91+215+252=558 (73% of max value = 765). Red value is 91 (35.94% from 255 or 16.31% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BD7FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BD7FC is #A42803. Grayscale: #B5B5B5. Windows color (decimal): -10758148 or 16570203. OLE color: 16570203.

HSL color Cylindrical-coordinate representation of color #5BD7FC: hue angle of 193.79º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BD7FC is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB91215252-
CMYK0.640.1500.01
HSL193.79º96.41%67.25%-
HSV(B)193.79º63.89%98.82%-
XYZ46.1957.85100.83-
YUV182.14167.4262.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 16.31%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=16.31%
G=38.53%
B=45.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal912152520.640.1500.01193.7996.4167.25
Hex5BD7FC40F01c26043
Octal1333273741001701302140103
Binary1011011110101111111110010000001111011100001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,215,252); }

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

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

 a { background-color: rgb(91,215,252); }

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

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

 span { border-color: rgb(91,215,252); }

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