#2FF5E3

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

Shades of Turquoise #2FF5E3

Tints of Turquoise #2FF5E3

Color information

#2FF5E3 (or 0x2FF5E3) is unknown color: approx Turquoise. HEX triplet: 2F, F5 and E3. RGB value is (47,245,227). Sum of RGB (Red+Green+Blue) = 47+245+227=519 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.06% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF5E3 is #D00A1C. Grayscale: #B7B7B7. Windows color (decimal): -13634077 or 14939439. OLE color: 14939439.

HSL color Cylindrical-coordinate representation of color #2FF5E3: hue angle of 174.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 #2FF5E3 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB47245227-
CMYK0.8100.070.04
HSL174.55º90.83%57.25%-
HSV(B)174.55º80.82%96.08%-
XYZ47.6971.4683.95-
YUV183.75152.430.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.06%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 227 (89.06% from 255) = 43.74%
R=9.06%
G=47.21%
B=43.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal472452270.8100.070.04174.5590.8357.25
Hex2FF5E351074af5b39
Octal5736534312107425713371
Binary101111111101011110001110100010111100101011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FF5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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