#2FE5C3

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

Shades of Turquoise #2FE5C3

Tints of Turquoise #2FE5C3

Color information

#2FE5C3 (or 0x2FE5C3) is unknown color: approx Turquoise. HEX triplet: 2F, E5 and C3. RGB value is (47,229,195). Sum of RGB (Red+Green+Blue) = 47+229+195=471 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.98% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE5C3 is #D01A3C. Grayscale: #AAAAAA. Windows color (decimal): -13638205 or 12838191. OLE color: 12838191.

HSL color Cylindrical-coordinate representation of color #2FE5C3: hue angle of 168.79º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE5C3 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB47229195-
CMYK0.7900.150.10
HSL168.79º77.78%54.12%-
HSV(B)168.79º79.48%89.8%-
XYZ39.0460.5861.27-
YUV170.71141.739.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.98%
GREEN value IS 229 (89.84% from 255) = 48.62%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=9.98%
G=48.62%
B=41.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal472291950.7900.150.10168.7977.7854.12
Hex2FE5C34F0FAa94e36
Octal573453031170171225111666
Binary10111111100101110000111001111011111010101010011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FE5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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