#2FF5C2

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

Shades of Turquoise #2FF5C2

Tints of Turquoise #2FF5C2

Color information

#2FF5C2 (or 0x2FF5C2) is unknown color: approx Turquoise. HEX triplet: 2F, F5 and C2. RGB value is (47,245,194). Sum of RGB (Red+Green+Blue) = 47+245+194=486 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.67% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF5C2 is #D00A3D. Grayscale: #B3B3B3. Windows color (decimal): -13634110 or 12776751. OLE color: 12776751.

HSL color Cylindrical-coordinate representation of color #2FF5C2: hue angle of 164.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5C2 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB47245194-
CMYK0.8100.210.04
HSL164.55º90.83%57.25%-
HSV(B)164.55º80.82%96.08%-
XYZ43.5669.862.22-
YUV179.98135.933.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.67%
GREEN value IS 245 (96.09% from 255) = 50.41%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=9.67%
G=50.41%
B=39.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal472451940.8100.210.04164.5590.8357.25
Hex2FF5C2510154a55b39
Octal57365302121025424513371
Binary10111111110101110000101010001010101100101001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,245,194); }

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

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

 a { background-color: rgb(47,245,194); }

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

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

 span { border-color: rgb(47,245,194); }

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