#5FD8FB

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

Shades of Turquoise Blue #5FD8FB

Tints of Turquoise Blue #5FD8FB

Color information

#5FD8FB (or 0x5FD8FB) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D8 and FB. RGB value is (95,216,251). Sum of RGB (Red+Green+Blue) = 95+216+251=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FD8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD8FB is #A02704. Grayscale: #B7B7B7. Windows color (decimal): -10495749 or 16504927. OLE color: 16504927.

HSL color Cylindrical-coordinate representation of color #5FD8FB: hue angle of 193.46º 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 #5FD8FB is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95216251-
CMYK0.620.1400.02
HSL193.46º95.12%67.84%-
HSV(B)193.46º62.15%98.43%-
XYZ46.6958.51100.1-
YUV183.81165.9164.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.90%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=16.90%
G=38.43%
B=44.66%

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
Decimal952162510.620.1400.02193.4695.1267.84
Hex5FD8FB3EE02c15f44
Octal137330373761602301137104
Binary1011111110110001111101111111011100101100000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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