#2FEBB2

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

Shades of Turquoise #2FEBB2

Tints of Turquoise #2FEBB2

Color information

#2FEBB2 (or 0x2FEBB2) is unknown color: approx Turquoise. HEX triplet: 2F, EB and B2. RGB value is (47,235,178). Sum of RGB (Red+Green+Blue) = 47+235+178=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEBB2 is #D0144D. Grayscale: #ACACAC. Windows color (decimal): -13636686 or 11725615. OLE color: 11725615.

HSL color Cylindrical-coordinate representation of color #2FEBB2: hue angle of 161.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBB2 is Cyan = 0.8, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB47235178-
CMYK0.800.240.08
HSL161.81º82.46%55.29%-
HSV(B)161.81º80%92.16%-
XYZ38.9263.2452.27-
YUV172.29131.2238.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.22%
GREEN value IS 235 (92.19% from 255) = 51.09%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=10.22%
G=51.09%
B=38.70%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal472351780.800.240.08161.8182.4655.29
Hex2FEBB2500188a25237
Octal573532621200301024212267
Binary101111111010111011001010100000110001000101000101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,235,178); }

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

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

 a { background-color: rgb(47,235,178); }

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

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

 span { border-color: rgb(47,235,178); }

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