Html Css Color HEX #4CDAB6 Medium Turquoise

📋 copy color: '#4CDAB6'

red 76 ◦ green 218 ◦ blue 182

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

Shades of Medium Turquoise #4CDAB6

Tints of Medium Turquoise #4CDAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 15.97%
G = 45.8%
B = 38.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#4CDAB6 (or 0x4CDAB6) is known color: Medium Turquoise. HEX triplet: 4C, DA and B6. RGB value is (76,218,182). Sum of RGB (Red+Green+Blue) = 76+218+182=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #4CDAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDAB6 is #B32549. Grayscale: #ABABAB. Windows color (decimal): -11740490 or 11983436. OLE color: 11983436.

HSL color Cylindrical-coordinate representation of color #4CDAB6: hue angle of 164.79º 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 #4CDAB6 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 76 218 182 -
CMYK 0.65 0 0.17 0.15
HSL 164.79º 0.66% 0.58% -
HSV(B) 164.79º 0.65% 0.85% -
XYZ 36.5 55.06 52.96 -
YUV 171.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 76 218 182 0.65 0 0.17 0.15 164.79 0.66 0.58
Hex 4C DA B6 41 0 11 F A5 42 3A
Octal 114 332 266 101 0 21 17 245 102 72
Binary 1001100 11011010 10110110 1000001 0 10001 1111 10100101 1000010 111010

Color Harmonies of #4CDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDAB6

Black with #4CDAB6

Text Example


Text Example

White with #4CDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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