#2FFFE9

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

Shades of Turquoise #2FFFE9

Tints of Turquoise #2FFFE9

Color information

#2FFFE9 (or 0x2FFFE9) is unknown color: approx Turquoise. HEX triplet: 2F, FF and E9. RGB value is (47,255,233). Sum of RGB (Red+Green+Blue) = 47+255+233=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFE9 is #D00016. Grayscale: #BEBEBE. Windows color (decimal): -13631511 or 15335215. OLE color: 15335215.

HSL color Cylindrical-coordinate representation of color #2FFFE9: hue angle of 173.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFE9 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB47255233-
CMYK0.8200.090
HSL173.65º100%59.22%-
HSV(B)173.65º81.57%100%-
XYZ51.6478.0189.43-
YUV190.3152.0925.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.79%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=8.79%
G=47.66%
B=43.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal472552330.8200.090173.6510059.22
Hex2FFFE952090ae643b
Octal57377351122011025614473
Binary10111111111111111010011010010010010101011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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