#2FDEE9

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

Shades of Turquoise #2FDEE9

Tints of Turquoise #2FDEE9

Color information

#2FDEE9 (or 0x2FDEE9) is unknown color: approx Turquoise. HEX triplet: 2F, DE and E9. RGB value is (47,222,233). Sum of RGB (Red+Green+Blue) = 47+222+233=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #2FDEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FDEE9 is #D02116. Grayscale: #AAAAAA. Windows color (decimal): -13639959 or 15326767. OLE color: 15326767.

HSL color Cylindrical-coordinate representation of color #2FDEE9: hue angle of 183.55º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FDEE9 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB47222233-
CMYK0.800.0500.09
HSL183.55º80.87%54.9%-
HSV(B)183.55º79.83%91.37%-
XYZ4258.7386.21-
YUV170.93163.0239.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.36%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=9.36%
G=44.22%
B=46.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal472222330.800.0500.09183.5580.8754.9
Hex2FDEE950509b85137
Octal57336351120501127012167
Binary1011111101111011101001101000010101001101110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FDEE9; }

 p { color: rgb(47,222,233); }

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

<style>
 a { background-color: #2FDEE9; }

 a { background-color: rgb(47,222,233); }

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

<style>
 span { border-color: #2FDEE9; }

 span { border-color: rgb(47,222,233); }

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