Html Css Color HEX #4ACEC7 Medium Turquoise

📋 copy color: '#4ACEC7'

red 74 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #4ACEC7

Tints of Medium Turquoise #4ACEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 15.45%
G = 43.01%
B = 41.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#4ACEC7 (or 0x4ACEC7) is known color: Medium Turquoise. HEX triplet: 4A, CE and C7. RGB value is (74,206,199). Sum of RGB (Red+Green+Blue) = 74+206+199=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #4ACEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACEC7 is #B53138. Grayscale: #A5A5A5. Windows color (decimal): -11874617 or 13094474. OLE color: 13094474.

HSL color Cylindrical-coordinate representation of color #4ACEC7: hue angle of 176.82º 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 #4ACEC7 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 206 199 -
CMYK 0.64 0 0.03 0.19
HSL 176.82º 0.57% 0.55% -
HSV(B) 176.82º 0.64% 0.81% -
XYZ 35.2 49.72 61.77 -
YUV 165.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 74 206 199 0.64 0 0.03 0.19 176.82 0.57 0.55
Hex 4A CE C7 40 0 3 13 B1 39 37
Octal 112 316 307 100 0 3 23 261 71 67
Binary 1001010 11001110 11000111 1000000 0 11 10011 10110001 111001 110111

Color Harmonies of #4ACEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEC7

Black with #4ACEC7

Text Example


Text Example

White with #4ACEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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