Html Css Color HEX #4CD1C9 Medium Turquoise

📋 copy color: '#4CD1C9'

red 76 ◦ green 209 ◦ blue 201

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

Shades of Medium Turquoise #4CD1C9

Tints of Medium Turquoise #4CD1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43%

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 15.64%
G = 43%
B = 41.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#4CD1C9 (or 0x4CD1C9) is known color: Medium Turquoise. HEX triplet: 4C, D1 and C9. RGB value is (76,209,201). Sum of RGB (Red+Green+Blue) = 76+209+201=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD1C9 is #B32E36. Grayscale: #A8A8A8. Windows color (decimal): -11742775 or 13226316. OLE color: 13226316.

HSL color Cylindrical-coordinate representation of color #4CD1C9: hue angle of 176.39º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD1C9 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 76 209 201 -
CMYK 0.64 0 0.04 0.18
HSL 176.39º 0.59% 0.56% -
HSV(B) 176.39º 0.64% 0.82% -
XYZ 36.32 51.35 63.26 -
YUV 168.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 76 209 201 0.64 0 0.04 0.18 176.39 0.59 0.56
Hex 4C D1 C9 40 0 4 12 B0 3B 38
Octal 114 321 311 100 0 4 22 260 73 70
Binary 1001100 11010001 11001001 1000000 0 100 10010 10110000 111011 111000

Color Harmonies of #4CD1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD1C9

Black with #4CD1C9

Text Example


Text Example

White with #4CD1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,209,201); }

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

background-color css

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

 a { background-color: rgb(76,209,201); }

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

border-color css

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

 span { border-color: rgb(76,209,201); }

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