Html Css Color HEX #4ACEC0 Medium Turquoise

📋 copy color: '#4ACEC0'

red 74 ◦ green 206 ◦ blue 192

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

Shades of Medium Turquoise #4ACEC0

Tints of Medium Turquoise #4ACEC0

RGB

 RED value IS 74 (29.3% from 255) = 15.68%

 GREEN value IS 206 (80.86% from 255) = 43.64%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 15.68%
G = 43.64%
B = 40.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#4ACEC0 (or 0x4ACEC0) is known color: Medium Turquoise. HEX triplet: 4A, CE and C0. RGB value is (74,206,192). Sum of RGB (Red+Green+Blue) = 74+206+192=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEC0 is #B5313F. Grayscale: #A4A4A4. Windows color (decimal): -11874624 or 12635722. OLE color: 12635722.

HSL color Cylindrical-coordinate representation of color #4ACEC0: hue angle of 173.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACEC0 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 192 -
CMYK 0.64 0 0.07 0.19
HSL 173.64º 0.57% 0.55% -
HSV(B) 173.64º 0.64% 0.81% -
XYZ 34.41 49.4 57.59 -
YUV 164.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 74 206 192 0.64 0 0.07 0.19 173.64 0.57 0.55
Hex 4A CE C0 40 0 7 13 AE 39 37
Octal 112 316 300 100 0 7 23 256 71 67
Binary 1001010 11001110 11000000 1000000 0 111 10011 10101110 111001 110111

Color Harmonies of #4ACEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEC0

Black with #4ACEC0

Text Example


Text Example

White with #4ACEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ACEC0; }

 p { color: rgb(74,206,192); }

 H1.HeaderClassName
 {
   color: #4ACEC0;
 }
 .AnyTagClassName
 {
   color: #4ACEC0;
 }
</style>

background-color css

<style>
 a { background-color: #4ACEC0; }

 a { background-color: rgb(74,206,192); }

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

border-color css

<style>
 span { border-color: #4ACEC0; }

 span { border-color: rgb(74,206,192); }

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