#5fd6fd

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

Shades of Turquoise Blue #5FD6FD

Tints of Turquoise Blue #5FD6FD

Color information

#5FD6FD (or 0x5FD6FD) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D6 and FD. RGB value is (95,214,253). Sum of RGB (Red+Green+Blue) = 95+214+253=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FD6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD6FD is #A02902. Grayscale: #B6B6B6. Windows color (decimal): -10496259 or 16635487. OLE color: 16635487.

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

Color convert

RGB95214253-
CMYK0.620.1500.01
HSL194.81º97.53%68.24%-
HSV(B)194.81º62.45%99.22%-
XYZ46.557.62101.6-
YUV182.86167.5865.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.90%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=16.90%
G=38.08%
B=45.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952142530.620.1500.01194.8197.5368.24
Hex5FD6FD3EF01c36244
Octal137326375761701303142104
Binary101111111010110111111011111101111011100001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fd6fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,214,253); }

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

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

 a { background-color: rgb(95,214,253); }

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

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

 span { border-color: rgb(95,214,253); }

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