Html Css Color HEX #4CCAC4 Medium Turquoise

📋 copy color: '#4CCAC4'

red 76 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #4CCAC4

Tints of Medium Turquoise #4CCAC4

RGB

 RED value IS 76 (30.08% from 255) = 16.03%

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 196 (76.95% from 255) = 41.35%

R = 16.03%
G = 42.62%
B = 41.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#4CCAC4 (or 0x4CCAC4) is known color: Medium Turquoise. HEX triplet: 4C, CA and C4. RGB value is (76,202,196). Sum of RGB (Red+Green+Blue) = 76+202+196=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCAC4 is #B3353B. Grayscale: #A3A3A3. Windows color (decimal): -11744572 or 12896844. OLE color: 12896844.

HSL color Cylindrical-coordinate representation of color #4CCAC4: hue angle of 177.14º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAC4 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 196 -
CMYK 0.62 0 0.03 0.21
HSL 177.14º 0.54% 0.55% -
HSV(B) 177.14º 0.62% 0.79% -
XYZ 34.06 47.76 59.65 -
YUV 163.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 76 202 196 0.62 0 0.03 0.21 177.14 0.54 0.55
Hex 4C CA C4 3E 0 3 15 B1 36 37
Octal 114 312 304 76 0 3 25 261 66 67
Binary 1001100 11001010 11000100 111110 0 11 10101 10110001 110110 110111

Color Harmonies of #4CCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCAC4

Black with #4CCAC4

Text Example


Text Example

White with #4CCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,196); }

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

background-color css

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

 a { background-color: rgb(76,202,196); }

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

border-color css

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

 span { border-color: rgb(76,202,196); }

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