#5fdce9

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

Shades of Turquoise Blue #5FDCE9

Tints of Turquoise Blue #5FDCE9

Color information

#5FDCE9 (or 0x5FDCE9) is unknown color: approx Turquoise Blue. HEX triplet: 5F, DC and E9. RGB value is (95,220,233). Sum of RGB (Red+Green+Blue) = 95+220+233=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FDCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDCE9 is #A02316. Grayscale: #B7B7B7. Windows color (decimal): -10494743 or 15326303. OLE color: 15326303.

HSL color Cylindrical-coordinate representation of color #5FDCE9: hue angle of 185.65º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FDCE9 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95220233-
CMYK0.590.0600.09
HSL185.65º75.82%64.31%-
HSV(B)185.65º59.23%91.37%-
XYZ45.0259.586.2-
YUV184.11155.5964.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.34%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 233 (91.41% from 255) = 42.52%
R=17.34%
G=40.15%
B=42.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952202330.590.0600.09185.6575.8264.31
Hex5FDCE93B609ba4c40
Octal137334351736011272114100
Binary10111111101110011101001111011110010011011101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fdce9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,220,233); }

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

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

 a { background-color: rgb(95,220,233); }

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

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

 span { border-color: rgb(95,220,233); }

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