#2FEAF8

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

Shades of Turquoise #2FEAF8

Tints of Turquoise #2FEAF8

Color information

#2FEAF8 (or 0x2FEAF8) is unknown color: approx Turquoise. HEX triplet: 2F, EA and F8. RGB value is (47,234,248). Sum of RGB (Red+Green+Blue) = 47+234+248=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #2FEAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEAF8 is #D01507. Grayscale: #B3B3B3. Windows color (decimal): -13636872 or 16312879. OLE color: 16312879.

HSL color Cylindrical-coordinate representation of color #2FEAF8: hue angle of 184.18º 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 #2FEAF8 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB47234248-
CMYK0.810.0600.03
HSL184.18º93.49%57.84%-
HSV(B)184.18º81.05%97.25%-
XYZ47.5466.2399.08-
YUV179.68166.5533.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 8.88%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=8.88%
G=44.23%
B=46.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal472342480.810.0600.03184.1893.4957.84
Hex2FEAF851603b85d3a
Octal5735237012160327013572
Binary10111111101010111110001010001110011101110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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