Html Css Color HEX #2ACACC Medium Turquoise

📋 copy color: '#2ACACC'

red 42 ◦ green 202 ◦ blue 204

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

Shades of Medium Turquoise #2ACACC

Tints of Medium Turquoise #2ACACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 9.38%
G = 45.09%
B = 45.54%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ACACC (or 0x2ACACC) is known color: Medium Turquoise. HEX triplet: 2A, CA and CC. RGB value is (42,202,204). Sum of RGB (Red+Green+Blue) = 42+202+204=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ACACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACACC is #D53533. Grayscale: #9A9A9A. Windows color (decimal): -13972788 or 13421098. OLE color: 13421098.

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

Color convert

RGB 42 202 204 -
CMYK 0.79 0.01 0 0.2
HSL 180.74º 0.66% 0.48% -
HSV(B) 180.74º 0.79% 0.8% -
XYZ 32.97 47.09 64.48 -
YUV 154.39 155.99 47.84 -
System Red Green Blue C M Y K H S L
Decimal 42 202 204 0.79 0.01 0 0.2 180.74 0.66 0.48
Hex 2A CA CC 4F 1 0 14 B5 42 30
Octal 52 312 314 117 1 0 24 265 102 60
Binary 101010 11001010 11001100 1001111 1 0 10100 10110101 1000010 110000

Color Harmonies of #2ACACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACACC

Black with #2ACACC

Text Example


Text Example

White with #2ACACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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