#2FE1C3

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

Shades of Turquoise #2FE1C3

Tints of Turquoise #2FE1C3

Color information

#2FE1C3 (or 0x2FE1C3) is unknown color: approx Turquoise. HEX triplet: 2F, E1 and C3. RGB value is (47,225,195). Sum of RGB (Red+Green+Blue) = 47+225+195=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE1C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE1C3 is #D01E3C. Grayscale: #A8A8A8. Windows color (decimal): -13639229 or 12837167. OLE color: 12837167.

HSL color Cylindrical-coordinate representation of color #2FE1C3: hue angle of 169.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE1C3 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB47225195-
CMYK0.7900.130.12
HSL169.89º74.79%53.33%-
HSV(B)169.89º79.11%88.24%-
XYZ37.9558.3960.9-
YUV168.36143.0341.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.06%
GREEN value IS 225 (88.28% from 255) = 48.18%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=10.06%
G=48.18%
B=41.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal472251950.7900.130.12169.8974.7953.33
Hex2FE1C34F0DCaa4b35
Octal573413031170151425211365
Binary10111111100001110000111001111011011100101010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,225,195); }

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

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

 a { background-color: rgb(47,225,195); }

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

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

 span { border-color: rgb(47,225,195); }

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