Html Css Color HEX #2ACCC4 Medium Turquoise

📋 copy color: '#2ACCC4'

red 42 ◦ green 204 ◦ blue 196

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

Shades of Medium Turquoise #2ACCC4

Tints of Medium Turquoise #2ACCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 9.5%
G = 46.15%
B = 44.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#2ACCC4 (or 0x2ACCC4) is known color: Medium Turquoise. HEX triplet: 2A, CC and C4. RGB value is (42,204,196). Sum of RGB (Red+Green+Blue) = 42+204+196=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACCC4 is #D5333B. Grayscale: #9A9A9A. Windows color (decimal): -13972284 or 12897322. OLE color: 12897322.

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

Color convert

RGB 42 204 196 -
CMYK 0.79 0 0.04 0.2
HSL 177.04º 0.66% 0.48% -
HSV(B) 177.04º 0.79% 0.8% -
XYZ 32.51 47.66 59.71 -
YUV 154.65 151.33 47.65 -
System Red Green Blue C M Y K H S L
Decimal 42 204 196 0.79 0 0.04 0.2 177.04 0.66 0.48
Hex 2A CC C4 4F 0 4 14 B1 42 30
Octal 52 314 304 117 0 4 24 261 102 60
Binary 101010 11001100 11000100 1001111 0 100 10100 10110001 1000010 110000

Color Harmonies of #2ACCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACCC4

Black with #2ACCC4

Text Example


Text Example

White with #2ACCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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