Html Css Color HEX #2ACACD Medium Turquoise

📋 copy color: '#2ACACD'

red 42 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #2ACACD

Tints of Medium Turquoise #2ACACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.99%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 9.35%
G = 44.99%
B = 45.66%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2ACACD (or 0x2ACACD) is known color: Medium Turquoise. HEX triplet: 2A, CA and CD. RGB value is (42,202,205). Sum of RGB (Red+Green+Blue) = 42+202+205=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #2ACACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACACD is #D53532. Grayscale: #9A9A9A. Windows color (decimal): -13972787 or 13486634. OLE color: 13486634.

HSL color Cylindrical-coordinate representation of color #2ACACD: hue angle of 181.1º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACACD is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 202 205 -
CMYK 0.80 0.01 0 0.20
HSL 181.1º 0.66% 0.48% -
HSV(B) 181.1º 0.8% 0.8% -
XYZ 33.09 47.14 65.11 -
YUV 154.5 156.49 47.76 -
System Red Green Blue C M Y K H S L
Decimal 42 202 205 0.80 0.01 0 0.20 181.1 0.66 0.48
Hex 2A CA CD 50 1 0 14 B5 42 30
Octal 52 312 315 120 1 0 24 265 102 60
Binary 101010 11001010 11001101 1010000 1 0 10100 10110101 1000010 110000

Color Harmonies of #2ACACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACACD

Black with #2ACACD

Text Example


Text Example

White with #2ACACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,202,205); }

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

background-color css

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

 a { background-color: rgb(42,202,205); }

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

border-color css

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

 span { border-color: rgb(42,202,205); }

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