Html Css Color HEX #2ACEBE Medium Turquoise

📋 copy color: '#2ACEBE'

red 42 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #2ACEBE

Tints of Medium Turquoise #2ACEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 9.59%
G = 47.03%
B = 43.38%

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

#2ACEBE (or 0x2ACEBE) is known color: Medium Turquoise. HEX triplet: 2A, CE and BE. RGB value is (42,206,190). Sum of RGB (Red+Green+Blue) = 42+206+190=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEBE is #D53141. Grayscale: #9B9B9B. Windows color (decimal): -13971778 or 12504618. OLE color: 12504618.

HSL color Cylindrical-coordinate representation of color #2ACEBE: hue angle of 174.15º 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 #2ACEBE is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 190 -
CMYK 0.80 0 0.08 0.19
HSL 174.15º 0.66% 0.49% -
HSV(B) 174.15º 0.8% 0.81% -
XYZ 32.32 48.35 56.34 -
YUV 155.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 42 206 190 0.80 0 0.08 0.19 174.15 0.66 0.49
Hex 2A CE BE 50 0 8 13 AE 42 31
Octal 52 316 276 120 0 10 23 256 102 61
Binary 101010 11001110 10111110 1010000 0 1000 10011 10101110 1000010 110001

Color Harmonies of #2ACEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACEBE

Black with #2ACEBE

Text Example


Text Example

White with #2ACEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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