Html Css Color HEX #4CCCCC Medium Turquoise

📋 copy color: '#4CCCCC'

red 76 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #4CCCCC

Tints of Medium Turquoise #4CCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

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

R = 15.7%
G = 42.15%
B = 42.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4CCCCC (or 0x4CCCCC) is known color: Medium Turquoise. HEX triplet: 4C, CC and CC. RGB value is (76,204,204). Sum of RGB (Red+Green+Blue) = 76+204+204=484 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.70% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #4CCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCCC is #B33333. Grayscale: #A5A5A5. Windows color (decimal): -11744052 or 13421644. OLE color: 13421644.

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

Color convert

RGB 76 204 204 -
CMYK 0.63 0 0 0.2
HSL 180º 0.56% 0.55% -
HSV(B) 180º 0.63% 0.8% -
XYZ 35.47 49.08 64.73 -
YUV 165.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 76 204 204 0.63 0 0 0.2 180 0.56 0.55
Hex 4C CC CC 3F 0 0 14 B4 38 37
Octal 114 314 314 77 0 0 24 264 70 67
Binary 1001100 11001100 11001100 111111 0 0 10100 10110100 111000 110111

Color Harmonies of #4CCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCCCC

Black with #4CCCCC

Text Example


Text Example

White with #4CCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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