Html Css Color HEX #4CC5CD Medium Turquoise

📋 copy color: '#4CC5CD'

red 76 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #4CC5CD

Tints of Medium Turquoise #4CC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 15.9%
G = 41.21%
B = 42.89%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4CC5CD (or 0x4CC5CD) is known color: Medium Turquoise. HEX triplet: 4C, C5 and CD. RGB value is (76,197,205). Sum of RGB (Red+Green+Blue) = 76+197+205=478 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.90% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CC5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC5CD is #B33A32. Grayscale: #A1A1A1. Windows color (decimal): -11745843 or 13485388. OLE color: 13485388.

HSL color Cylindrical-coordinate representation of color #4CC5CD: hue angle of 183.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC5CD is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 197 205 -
CMYK 0.63 0.04 0 0.20
HSL 183.72º 0.56% 0.55% -
HSV(B) 183.72º 0.63% 0.8% -
XYZ 33.97 45.88 64.82 -
YUV 161.73 152.41 66.85 -
System Red Green Blue C M Y K H S L
Decimal 76 197 205 0.63 0.04 0 0.20 183.72 0.56 0.55
Hex 4C C5 CD 3F 4 0 14 B8 38 37
Octal 114 305 315 77 4 0 24 270 70 67
Binary 1001100 11000101 11001101 111111 100 0 10100 10111000 111000 110111

Color Harmonies of #4CC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC5CD

Black with #4CC5CD

Text Example


Text Example

White with #4CC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,197,205); }

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

background-color css

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

 a { background-color: rgb(76,197,205); }

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

border-color css

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

 span { border-color: rgb(76,197,205); }

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