#2FFAE8

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

Shades of Turquoise #2FFAE8

Tints of Turquoise #2FFAE8

Color information

#2FFAE8 (or 0x2FFAE8) is unknown color: approx Turquoise. HEX triplet: 2F, FA and E8. RGB value is (47,250,232). Sum of RGB (Red+Green+Blue) = 47+250+232=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAE8 is #D00517. Grayscale: #BBBBBB. Windows color (decimal): -13632792 or 15268399. OLE color: 15268399.

HSL color Cylindrical-coordinate representation of color #2FFAE8: hue angle of 174.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFAE8 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB47250232-
CMYK0.8100.070.02
HSL174.68º95.31%58.24%-
HSV(B)174.68º81.2%98.04%-
XYZ49.9274.888.15-
YUV187.25153.2527.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.88%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 232 (91.02% from 255) = 43.86%
R=8.88%
G=47.26%
B=43.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472502320.8100.070.02174.6895.3158.24
Hex2FFAE851072af5f3a
Octal5737235012107225713772
Binary10111111111010111010001010001011110101011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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