Html Css Color HEX #4CCABC Medium Turquoise

📋 copy color: '#4CCABC'

red 76 ◦ green 202 ◦ blue 188

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

Shades of Medium Turquoise #4CCABC

Tints of Medium Turquoise #4CCABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 16.31%
G = 43.35%
B = 40.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#4CCABC (or 0x4CCABC) is known color: Medium Turquoise. HEX triplet: 4C, CA and BC. RGB value is (76,202,188). Sum of RGB (Red+Green+Blue) = 76+202+188=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCABC is #B33543. Grayscale: #A2A2A2. Windows color (decimal): -11744580 or 12372556. OLE color: 12372556.

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

Color convert

RGB 76 202 188 -
CMYK 0.62 0 0.07 0.21
HSL 173.33º 0.54% 0.55% -
HSV(B) 173.33º 0.62% 0.79% -
XYZ 33.18 47.41 54.98 -
YUV 162.73 142.26 66.14 -
System Red Green Blue C M Y K H S L
Decimal 76 202 188 0.62 0 0.07 0.21 173.33 0.54 0.55
Hex 4C CA BC 3E 0 7 15 AD 36 37
Octal 114 312 274 76 0 7 25 255 66 67
Binary 1001100 11001010 10111100 111110 0 111 10101 10101101 110110 110111

Color Harmonies of #4CCABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCABC

Black with #4CCABC

Text Example


Text Example

White with #4CCABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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