Html Css Color HEX #4CCAC5 Medium Turquoise

📋 copy color: '#4CCAC5'

red 76 ◦ green 202 ◦ blue 197

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

Shades of Medium Turquoise #4CCAC5

Tints of Medium Turquoise #4CCAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.47%

R = 16%
G = 42.53%
B = 41.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#4CCAC5 (or 0x4CCAC5) is known color: Medium Turquoise. HEX triplet: 4C, CA and C5. RGB value is (76,202,197). Sum of RGB (Red+Green+Blue) = 76+202+197=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCAC5 is #B3353A. Grayscale: #A3A3A3. Windows color (decimal): -11744571 or 12962380. OLE color: 12962380.

HSL color Cylindrical-coordinate representation of color #4CCAC5: hue angle of 177.62º 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 #4CCAC5 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 197 -
CMYK 0.62 0 0.02 0.21
HSL 177.62º 0.54% 0.55% -
HSV(B) 177.62º 0.62% 0.79% -
XYZ 34.18 47.81 60.25 -
YUV 163.76 146.76 65.41 -
System Red Green Blue C M Y K H S L
Decimal 76 202 197 0.62 0 0.02 0.21 177.62 0.54 0.55
Hex 4C CA C5 3E 0 2 15 B2 36 37
Octal 114 312 305 76 0 2 25 262 66 67
Binary 1001100 11001010 11000101 111110 0 10 10101 10110010 110110 110111

Color Harmonies of #4CCAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCAC5

Black with #4CCAC5

Text Example


Text Example

White with #4CCAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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