#2DFEBA

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

Shades of Turquoise #2DFEBA

Tints of Turquoise #2DFEBA

Color information

#2DFEBA (or 0x2DFEBA) is unknown color: approx Turquoise. HEX triplet: 2D, FE and BA. RGB value is (45,254,186). Sum of RGB (Red+Green+Blue) = 45+254+186=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFEBA is #D20145. Grayscale: #B7B7B7. Windows color (decimal): -13762886 or 12254765. OLE color: 12254765.

HSL color Cylindrical-coordinate representation of color #2DFEBA: hue angle of 160.48º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFEBA is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB45254186-
CMYK0.8200.270.00
HSL160.48º99.05%58.63%-
HSV(B)160.48º82.28%99.61%-
XYZ45.3974.9958.54-
YUV183.76129.2629.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.28%
GREEN value IS 254 (99.61% from 255) = 52.37%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=9.28%
G=52.37%
B=38.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452541860.8200.270.00160.4899.0558.63
Hex2DFEBA5201B0a0633b
Octal55376272122033024014373
Binary101101111111101011101010100100110110101000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,254,186); }

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

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

 a { background-color: rgb(45,254,186); }

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

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

 span { border-color: rgb(45,254,186); }

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