#5FDDF9

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

Shades of Turquoise Blue #5FDDF9

Tints of Turquoise Blue #5FDDF9

Color information

#5FDDF9 (or 0x5FDDF9) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DD and F9. RGB value is (95,221,249). Sum of RGB (Red+Green+Blue) = 95+221+249=565 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.81% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FDDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDF9 is #A02206. Grayscale: #BABABA. Windows color (decimal): -10494471 or 16375135. OLE color: 16375135.

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

Color convert

RGB95221249-
CMYK0.620.1100.02
HSL190.91º92.77%67.45%-
HSV(B)190.91º61.85%97.65%-
XYZ47.6760.9998.88-
YUV186.52163.2662.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.81%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=16.81%
G=39.12%
B=44.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952212490.620.1100.02190.9192.7767.45
Hex5FDDF93EB02bf5d43
Octal137335371761302277135103
Binary1011111110111011111100111111010110101011111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,221,249); }

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

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

 a { background-color: rgb(95,221,249); }

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

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

 span { border-color: rgb(95,221,249); }

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