Html Css Color HEX #2ACCCA Medium Turquoise

📋 copy color: '#2ACCCA'

red 42 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #2ACCCA

Tints of Medium Turquoise #2ACCCA

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2ACCCA: hue angle of 179.26º 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 #2ACCCA is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 202 -
CMYK 0.79 0 0.01 0.2
HSL 179.26º 0.66% 0.48% -
HSV(B) 179.26º 0.79% 0.8% -
XYZ 33.21 47.94 63.38 -
YUV 155.33 154.33 47.16 -
System Red Green Blue C M Y K H S L
Decimal 42 204 202 0.79 0 0.01 0.2 179.26 0.66 0.48
Hex 2A CC CA 4F 0 1 14 B3 42 30
Octal 52 314 312 117 0 1 24 263 102 60
Binary 101010 11001100 11001010 1001111 0 1 10100 10110011 1000010 110000

Color Harmonies of #2ACCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCCA

Black with #2ACCCA

Text Example


Text Example

White with #2ACCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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