Html Css Color HEX #4ACCCC Medium Turquoise

📋 copy color: '#4ACCCC'

red 74 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #4ACCCC

Tints of Medium Turquoise #4ACCCC

RGB

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

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

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

R = 15.35%
G = 42.32%
B = 42.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4ACCCC (or 0x4ACCCC) is known color: Medium Turquoise. HEX triplet: 4A, CC and CC. RGB value is (74,204,204). Sum of RGB (Red+Green+Blue) = 74+204+204=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #4ACCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCCC is #B53333. Grayscale: #A5A5A5. Windows color (decimal): -11875124 or 13421642. OLE color: 13421642.

HSL color Cylindrical-coordinate representation of color #4ACCCC: hue angle of 180º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACCCC is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 204 204 -
CMYK 0.64 0 0 0.2
HSL 180º 0.56% 0.55% -
HSV(B) 180º 0.64% 0.8% -
XYZ 35.32 49 64.72 -
YUV 165.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 74 204 204 0.64 0 0 0.2 180 0.56 0.55
Hex 4A CC CC 40 0 0 14 B4 38 37
Octal 112 314 314 100 0 0 24 264 70 67
Binary 1001010 11001100 11001100 1000000 0 0 10100 10110100 111000 110111

Color Harmonies of #4ACCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCCC

Black with #4ACCCC

Text Example


Text Example

White with #4ACCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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