#2DFEB4

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

Shades of Turquoise #2DFEB4

Tints of Turquoise #2DFEB4

Color information

#2DFEB4 (or 0x2DFEB4) is unknown color: approx Turquoise. HEX triplet: 2D, FE and B4. RGB value is (45,254,180). Sum of RGB (Red+Green+Blue) = 45+254+180=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 254 (99.61% from 255 or 53.03% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFEB4 is #D2014B. Grayscale: #B7B7B7. Windows color (decimal): -13762892 or 11861549. OLE color: 11861549.

HSL color Cylindrical-coordinate representation of color #2DFEB4: hue angle of 158.76º 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 #2DFEB4 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB45254180-
CMYK0.8200.290.00
HSL158.76º99.05%58.63%-
HSV(B)158.76º82.28%99.61%-
XYZ44.7674.7455.25-
YUV183.07126.2629.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.39%
GREEN value IS 254 (99.61% from 255) = 53.03%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=9.39%
G=53.03%
B=37.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal452541800.8200.290.00158.7699.0558.63
Hex2DFEB45201D09f633b
Octal55376264122035023714373
Binary101101111111101011010010100100111010100111111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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