#2FE8D8

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

Shades of Turquoise #2FE8D8

Tints of Turquoise #2FE8D8

Color information

#2FE8D8 (or 0x2FE8D8) is unknown color: approx Turquoise. HEX triplet: 2F, E8 and D8. RGB value is (47,232,216). Sum of RGB (Red+Green+Blue) = 47+232+216=495 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.49% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE8D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE8D8 is #D01727. Grayscale: #AEAEAE. Windows color (decimal): -13637416 or 14215215. OLE color: 14215215.

HSL color Cylindrical-coordinate representation of color #2FE8D8: hue angle of 174.81º degrees, saturation: 0.8, 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 #2FE8D8 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB47232216-
CMYK0.8000.070.09
HSL174.81º80.09%54.71%-
HSV(B)174.81º79.74%90.98%-
XYZ42.4263.2874.94-
YUV174.86151.2136.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.49%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=9.49%
G=46.87%
B=43.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal472322160.8000.070.09174.8180.0954.71
Hex2FE8D850079af5037
Octal57350330120071125712067
Binary1011111110100011011000101000001111001101011111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,232,216); }

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

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

 a { background-color: rgb(47,232,216); }

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

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

 span { border-color: rgb(47,232,216); }

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