#2FF8E9

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

Shades of Turquoise #2FF8E9

Tints of Turquoise #2FF8E9

Color information

#2FF8E9 (or 0x2FF8E9) is unknown color: approx Turquoise. HEX triplet: 2F, F8 and E9. RGB value is (47,248,233). Sum of RGB (Red+Green+Blue) = 47+248+233=528 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.90% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF8E9 is #D00716. Grayscale: #BABABA. Windows color (decimal): -13633303 or 15333423. OLE color: 15333423.

HSL color Cylindrical-coordinate representation of color #2FF8E9: hue angle of 175.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF8E9 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB47248233-
CMYK0.8100.060.03
HSL175.52º93.49%57.84%-
HSV(B)175.52º81.05%97.25%-
XYZ49.4573.6288.7-
YUV186.19154.4128.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.90%
GREEN value IS 248 (97.27% from 255) = 46.97%
BLUE value IS 233 (91.41% from 255) = 44.13%
R=8.90%
G=46.97%
B=44.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal472482330.8100.060.03175.5293.4957.84
Hex2FF8E951063b05d3a
Octal5737035112106326013572
Binary10111111111000111010011010001011011101100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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