Html Css Color HEX #4AC2CD Medium Turquoise

📋 copy color: '#4AC2CD'

red 74 ◦ green 194 ◦ blue 205

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

Shades of Medium Turquoise #4AC2CD

Tints of Medium Turquoise #4AC2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 15.64%
G = 41.01%
B = 43.34%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4AC2CD (or 0x4AC2CD) is known color: Medium Turquoise. HEX triplet: 4A, C2 and CD. RGB value is (74,194,205). Sum of RGB (Red+Green+Blue) = 74+194+205=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #4AC2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AC2CD is #B53D32. Grayscale: #9F9F9F. Windows color (decimal): -11877683 or 13484618. OLE color: 13484618.

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

Color convert

RGB 74 194 205 -
CMYK 0.64 0.05 0 0.20
HSL 185.04º 0.57% 0.55% -
HSV(B) 185.04º 0.64% 0.8% -
XYZ 33.14 44.45 64.59 -
YUV 159.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 74 194 205 0.64 0.05 0 0.20 185.04 0.57 0.55
Hex 4A C2 CD 40 5 0 14 B9 39 37
Octal 112 302 315 100 5 0 24 271 71 67
Binary 1001010 11000010 11001101 1000000 101 0 10100 10111001 111001 110111

Color Harmonies of #4AC2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC2CD

Black with #4AC2CD

Text Example


Text Example

White with #4AC2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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