Html Css Color HEX #4ACCC2 Medium Turquoise

📋 copy color: '#4ACCC2'

red 74 ◦ green 204 ◦ blue 194

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

Shades of Medium Turquoise #4ACCC2

Tints of Medium Turquoise #4ACCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.1%

R = 15.68%
G = 43.22%
B = 41.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#4ACCC2 (or 0x4ACCC2) is known color: Medium Turquoise. HEX triplet: 4A, CC and C2. RGB value is (74,204,194). Sum of RGB (Red+Green+Blue) = 74+204+194=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCC2 is #B5333D. Grayscale: #A3A3A3. Windows color (decimal): -11875134 or 12766282. OLE color: 12766282.

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

Color convert

RGB 74 204 194 -
CMYK 0.64 0 0.05 0.2
HSL 175.38º 0.56% 0.55% -
HSV(B) 175.38º 0.64% 0.8% -
XYZ 34.15 48.54 58.61 -
YUV 163.99 144.93 63.81 -
System Red Green Blue C M Y K H S L
Decimal 74 204 194 0.64 0 0.05 0.2 175.38 0.56 0.55
Hex 4A CC C2 40 0 5 14 AF 38 37
Octal 112 314 302 100 0 5 24 257 70 67
Binary 1001010 11001100 11000010 1000000 0 101 10100 10101111 111000 110111

Color Harmonies of #4ACCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCC2

Black with #4ACCC2

Text Example


Text Example

White with #4ACCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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