#2FEDBA

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

Shades of Turquoise #2FEDBA

Tints of Turquoise #2FEDBA

Color information

#2FEDBA (or 0x2FEDBA) is unknown color: approx Turquoise. HEX triplet: 2F, ED and BA. RGB value is (47,237,186). Sum of RGB (Red+Green+Blue) = 47+237+186=470 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDBA is #D01245. Grayscale: #AEAEAE. Windows color (decimal): -13636166 or 12250415. OLE color: 12250415.

HSL color Cylindrical-coordinate representation of color #2FEDBA: hue angle of 163.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEDBA is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB47237186-
CMYK0.8000.220.07
HSL163.89º84.07%55.69%-
HSV(B)163.89º80.17%92.94%-
XYZ40.3264.7256.82-
YUV174.38134.5537.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10%
GREEN value IS 237 (92.97% from 255) = 50.43%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=10%
G=50.43%
B=39.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472371860.8000.220.07163.8984.0755.69
Hex2FEDBA500167a45438
Octal57355272120026724412470
Binary10111111101101101110101010000010110111101001001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,237,186); }

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

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

 a { background-color: rgb(47,237,186); }

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

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

 span { border-color: rgb(47,237,186); }

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