Html Css Color HEX #2DEAB4 Turquoise

📋 copy color: '#2DEAB4'

red 45 ◦ green 234 ◦ blue 180

#2DEAB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2DEAB4

Tints of Turquoise #2DEAB4

RGB

 RED value IS 45 (17.97% from 255) = 9.8%

 GREEN value IS 234 (91.8% from 255) = 50.98%

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 9.8%
G = 50.98%
B = 39.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#2DEAB4 (or 0x2DEAB4) is known color: Turquoise. HEX triplet: 2D, EA and B4. RGB value is (45,234,180). Sum of RGB (Red+Green+Blue) = 45+234+180=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAB4 is #D2154B. Grayscale: #ABABAB. Windows color (decimal): -13768012 or 11856429. OLE color: 11856429.

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

Color convert

RGB 45 234 180 -
CMYK 0.81 0 0.23 0.08
HSL 162.86º 0.82% 0.55% -
HSV(B) 162.86º 0.81% 0.92% -
XYZ 38.74 62.7 53.24 -
YUV 171.33 132.88 37.89 -
System Red Green Blue C M Y K H S L
Decimal 45 234 180 0.81 0 0.23 0.08 162.86 0.82 0.55
Hex 2D EA B4 51 0 17 8 A3 52 37
Octal 55 352 264 121 0 27 10 243 122 67
Binary 101101 11101010 10110100 1010001 0 10111 1000 10100011 1010010 110111

Color Harmonies of #2DEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEAB4

Black with #2DEAB4

Text Example


Text Example

White with #2DEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2DEAB4;
 }
 .AnyTagClassName
 {
   color: #2DEAB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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