Html Css Color HEX #4AC2CC Medium Turquoise

📋 copy color: '#4AC2CC'

red 74 ◦ green 194 ◦ blue 204

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

Shades of Medium Turquoise #4AC2CC

Tints of Medium Turquoise #4AC2CC

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 74 194 204 -
CMYK 0.64 0.05 0 0.2
HSL 184.62º 0.56% 0.55% -
HSV(B) 184.62º 0.64% 0.8% -
XYZ 33.01 44.4 63.96 -
YUV 159.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 74 194 204 0.64 0.05 0 0.2 184.62 0.56 0.55
Hex 4A C2 CC 40 5 0 14 B9 38 37
Octal 112 302 314 100 5 0 24 271 70 67
Binary 1001010 11000010 11001100 1000000 101 0 10100 10111001 111000 110111

Color Harmonies of #4AC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC2CC

Black with #4AC2CC

Text Example


Text Example

White with #4AC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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