Html Css Color HEX #4CDABB Medium Turquoise

📋 copy color: '#4CDABB'

red 76 ◦ green 218 ◦ blue 187

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

Shades of Medium Turquoise #4CDABB

Tints of Medium Turquoise #4CDABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 15.8%
G = 45.32%
B = 38.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#4CDABB (or 0x4CDABB) is known color: Medium Turquoise. HEX triplet: 4C, DA and BB. RGB value is (76,218,187). Sum of RGB (Red+Green+Blue) = 76+218+187=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDABB is #B32544. Grayscale: #ABABAB. Windows color (decimal): -11740485 or 12311116. OLE color: 12311116.

HSL color Cylindrical-coordinate representation of color #4CDABB: hue angle of 166.9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDABB is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 187 -
CMYK 0.65 0 0.14 0.15
HSL 166.9º 0.66% 0.58% -
HSV(B) 166.9º 0.65% 0.85% -
XYZ 37.02 55.27 55.73 -
YUV 172.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 76 218 187 0.65 0 0.14 0.15 166.9 0.66 0.58
Hex 4C DA BB 41 0 E F A7 42 3A
Octal 114 332 273 101 0 16 17 247 102 72
Binary 1001100 11011010 10111011 1000001 0 1110 1111 10100111 1000010 111010

Color Harmonies of #4CDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDABB

Black with #4CDABB

Text Example


Text Example

White with #4CDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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