Html Css Color HEX #4CC7CC Medium Turquoise

📋 copy color: '#4CC7CC'

red 76 ◦ green 199 ◦ blue 204

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

Shades of Medium Turquoise #4CC7CC

Tints of Medium Turquoise #4CC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.54%

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

R = 15.87%
G = 41.54%
B = 42.59%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4CC7CC (or 0x4CC7CC) is known color: Medium Turquoise. HEX triplet: 4C, C7 and CC. RGB value is (76,199,204). Sum of RGB (Red+Green+Blue) = 76+199+204=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CC7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC7CC is #B33833. Grayscale: #A2A2A2. Windows color (decimal): -11745332 or 13420364. OLE color: 13420364.

HSL color Cylindrical-coordinate representation of color #4CC7CC: hue angle of 182.34º 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 #4CC7CC is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 199 204 -
CMYK 0.63 0.02 0 0.2
HSL 182.34º 0.56% 0.55% -
HSV(B) 182.34º 0.63% 0.8% -
XYZ 34.3 46.74 64.34 -
YUV 162.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 76 199 204 0.63 0.02 0 0.2 182.34 0.56 0.55
Hex 4C C7 CC 3F 2 0 14 B6 38 37
Octal 114 307 314 77 2 0 24 266 70 67
Binary 1001100 11000111 11001100 111111 10 0 10100 10110110 111000 110111

Color Harmonies of #4CC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC7CC

Black with #4CC7CC

Text Example


Text Example

White with #4CC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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