#2FFCE8

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

Shades of Turquoise #2FFCE8

Tints of Turquoise #2FFCE8

Color information

#2FFCE8 (or 0x2FFCE8) is unknown color: approx Turquoise. HEX triplet: 2F, FC and E8. RGB value is (47,252,232). Sum of RGB (Red+Green+Blue) = 47+252+232=531 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.85% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCE8 is #D00317. Grayscale: #BCBCBC. Windows color (decimal): -13632280 or 15268911. OLE color: 15268911.

HSL color Cylindrical-coordinate representation of color #2FFCE8: hue angle of 174.15º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCE8 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB47252232-
CMYK0.8100.080.01
HSL174.15º97.16%58.63%-
HSV(B)174.15º81.35%98.82%-
XYZ50.5576.0588.36-
YUV188.42152.5827.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.85%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 232 (91.02% from 255) = 43.69%
R=8.85%
G=47.46%
B=43.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal472522320.8100.080.01174.1597.1658.63
Hex2FFCE851081ae613b
Octal57374350121010125614173
Binary10111111111100111010001010001010001101011101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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