#5FD7FB

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

Shades of Turquoise Blue #5FD7FB

Tints of Turquoise Blue #5FD7FB

Color information

#5FD7FB (or 0x5FD7FB) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D7 and FB. RGB value is (95,215,251). Sum of RGB (Red+Green+Blue) = 95+215+251=561 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.93% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FD7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD7FB is #A02804. Grayscale: #B6B6B6. Windows color (decimal): -10496005 or 16504671. OLE color: 16504671.

HSL color Cylindrical-coordinate representation of color #5FD7FB: hue angle of 193.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD7FB is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95215251-
CMYK0.620.1400.02
HSL193.85º95.12%67.84%-
HSV(B)193.85º62.15%98.43%-
XYZ46.4358100.01-
YUV183.22166.2465.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.93%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=16.93%
G=38.32%
B=44.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952152510.620.1400.02193.8595.1267.84
Hex5FD7FB3EE02c25f44
Octal137327373761602302137104
Binary1011111110101111111101111111011100101100001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,215,251); }

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

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

 a { background-color: rgb(95,215,251); }

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

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

 span { border-color: rgb(95,215,251); }

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