Html Css Color HEX #4CCABB Medium Turquoise

📋 copy color: '#4CCABB'

red 76 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #4CCABB

Tints of Medium Turquoise #4CCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 16.34%
G = 43.44%
B = 40.22%

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

#4CCABB (or 0x4CCABB) is known color: Medium Turquoise. HEX triplet: 4C, CA and BB. RGB value is (76,202,187). Sum of RGB (Red+Green+Blue) = 76+202+187=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCABB is #B33544. Grayscale: #A2A2A2. Windows color (decimal): -11744581 or 12307020. OLE color: 12307020.

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

Color convert

RGB 76 202 187 -
CMYK 0.62 0 0.07 0.21
HSL 172.86º 0.54% 0.55% -
HSV(B) 172.86º 0.62% 0.79% -
XYZ 33.07 47.37 54.41 -
YUV 162.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 76 202 187 0.62 0 0.07 0.21 172.86 0.54 0.55
Hex 4C CA BB 3E 0 7 15 AD 36 37
Octal 114 312 273 76 0 7 25 255 66 67
Binary 1001100 11001010 10111011 111110 0 111 10101 10101101 110110 110111

Color Harmonies of #4CCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCABB

Black with #4CCABB

Text Example


Text Example

White with #4CCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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