Html Css Color HEX #2ACDCC Medium Turquoise

📋 copy color: '#2ACDCC'

red 42 ◦ green 205 ◦ blue 204

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

Shades of Medium Turquoise #2ACDCC

Tints of Medium Turquoise #2ACDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.45%

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

R = 9.31%
G = 45.45%
B = 45.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#2ACDCC (or 0x2ACDCC) is known color: Medium Turquoise. HEX triplet: 2A, CD and CC. RGB value is (42,205,204). Sum of RGB (Red+Green+Blue) = 42+205+204=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDCC is #D53233. Grayscale: #9B9B9B. Windows color (decimal): -13972020 or 13421866. OLE color: 13421866.

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

Color convert

RGB 42 205 204 -
CMYK 0.80 0 0.00 0.20
HSL 179.63º 0.66% 0.48% -
HSV(B) 179.63º 0.8% 0.8% -
XYZ 33.69 48.51 64.72 -
YUV 156.15 155 46.58 -
System Red Green Blue C M Y K H S L
Decimal 42 205 204 0.80 0 0.00 0.20 179.63 0.66 0.48
Hex 2A CD CC 50 0 0 14 B4 42 30
Octal 52 315 314 120 0 0 24 264 102 60
Binary 101010 11001101 11001100 1010000 0 0 10100 10110100 1000010 110000

Color Harmonies of #2ACDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACDCC

Black with #2ACDCC

Text Example


Text Example

White with #2ACDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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