Html Css Color HEX #4CD8CC Medium Turquoise

📋 copy color: '#4CD8CC'

red 76 ◦ green 216 ◦ blue 204

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

Shades of Medium Turquoise #4CD8CC

Tints of Medium Turquoise #4CD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.55%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 15.32%
G = 43.55%
B = 41.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#4CD8CC (or 0x4CD8CC) is known color: Medium Turquoise. HEX triplet: 4C, D8 and CC. RGB value is (76,216,204). Sum of RGB (Red+Green+Blue) = 76+216+204=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #4CD8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD8CC is #B32733. Grayscale: #ACACAC. Windows color (decimal): -11740980 or 13424716. OLE color: 13424716.

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

Color convert

RGB 76 216 204 -
CMYK 0.65 0 0.06 0.15
HSL 174.86º 0.64% 0.57% -
HSV(B) 174.86º 0.65% 0.85% -
XYZ 38.44 55.01 65.72 -
YUV 172.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 76 216 204 0.65 0 0.06 0.15 174.86 0.64 0.57
Hex 4C D8 CC 41 0 6 F AF 40 39
Octal 114 330 314 101 0 6 17 257 100 71
Binary 1001100 11011000 11001100 1000001 0 110 1111 10101111 1000000 111001

Color Harmonies of #4CD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD8CC

Black with #4CD8CC

Text Example


Text Example

White with #4CD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,216,204); }

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

background-color css

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

 a { background-color: rgb(76,216,204); }

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

border-color css

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

 span { border-color: rgb(76,216,204); }

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