Html Css Color HEX #2ACEBD Medium Turquoise

📋 copy color: '#2ACEBD'

red 42 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #2ACEBD

Tints of Medium Turquoise #2ACEBD

RGB

 RED value IS 42 (16.8% from 255) = 9.61%

 GREEN value IS 206 (80.86% from 255) = 47.14%

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 9.61%
G = 47.14%
B = 43.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#2ACEBD (or 0x2ACEBD) is known color: Medium Turquoise. HEX triplet: 2A, CE and BD. RGB value is (42,206,189). Sum of RGB (Red+Green+Blue) = 42+206+189=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEBD is #D53142. Grayscale: #9A9A9A. Windows color (decimal): -13971779 or 12439082. OLE color: 12439082.

HSL color Cylindrical-coordinate representation of color #2ACEBD: hue angle of 173.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACEBD is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 189 -
CMYK 0.80 0 0.08 0.19
HSL 173.78º 0.66% 0.49% -
HSV(B) 173.78º 0.8% 0.81% -
XYZ 32.21 48.31 55.77 -
YUV 155.03 147.17 47.38 -
System Red Green Blue C M Y K H S L
Decimal 42 206 189 0.80 0 0.08 0.19 173.78 0.66 0.49
Hex 2A CE BD 50 0 8 13 AE 42 31
Octal 52 316 275 120 0 10 23 256 102 61
Binary 101010 11001110 10111101 1010000 0 1000 10011 10101110 1000010 110001

Color Harmonies of #2ACEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEBD

Black with #2ACEBD

Text Example


Text Example

White with #2ACEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,206,189); }

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

background-color css

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

 a { background-color: rgb(42,206,189); }

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

border-color css

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

 span { border-color: rgb(42,206,189); }

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