Html Css Color HEX #4CD6C7 Medium Turquoise

📋 copy color: '#4CD6C7'

red 76 ◦ green 214 ◦ blue 199

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

Shades of Medium Turquoise #4CD6C7

Tints of Medium Turquoise #4CD6C7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

 BLUE value IS 199 (78.13% from 255) = 40.7%

R = 15.54%
G = 43.76%
B = 40.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#4CD6C7 (or 0x4CD6C7) is known color: Medium Turquoise. HEX triplet: 4C, D6 and C7. RGB value is (76,214,199). Sum of RGB (Red+Green+Blue) = 76+214+199=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #4CD6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD6C7 is #B32938. Grayscale: #AAAAAA. Windows color (decimal): -11741497 or 13096524. OLE color: 13096524.

HSL color Cylindrical-coordinate representation of color #4CD6C7: hue angle of 173.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD6C7 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 214 199 -
CMYK 0.64 0 0.07 0.16
HSL 173.48º 0.63% 0.57% -
HSV(B) 173.48º 0.64% 0.84% -
XYZ 37.34 53.75 62.44 -
YUV 171.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 76 214 199 0.64 0 0.07 0.16 173.48 0.63 0.57
Hex 4C D6 C7 40 0 7 10 AD 3F 39
Octal 114 326 307 100 0 7 20 255 77 71
Binary 1001100 11010110 11000111 1000000 0 111 10000 10101101 111111 111001

Color Harmonies of #4CD6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD6C7

Black with #4CD6C7

Text Example


Text Example

White with #4CD6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,214,199); }

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

background-color css

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

 a { background-color: rgb(76,214,199); }

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

border-color css

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

 span { border-color: rgb(76,214,199); }

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