#4CCCCE

Color #4CCCCE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4CCCCE

Tints of Medium Turquoise #4CCCCE

Color information

#4CCCCE (or 0x4CCCCE) is unknown color: approx Medium Turquoise. HEX triplet: 4C, CC and CE. RGB value is (76,204,206). Sum of RGB (Red+Green+Blue) = 76+204+206=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCCE is #B33331. Grayscale: #A5A5A5. Windows color (decimal): -11744050 or 13552716. OLE color: 13552716.

HSL color Cylindrical-coordinate representation of color #4CCCCE: hue angle of 180.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCCCE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB76204206-
CMYK0.630.0100.19
HSL180.92º57.02%55.29%-
HSV(B)180.92º63.11%80.78%-
XYZ35.7149.1866-
YUV165.96150.5963.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.64%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=15.64%
G=41.98%
B=42.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal762042060.630.0100.19180.9257.0255.29
Hex4CCCCE3F1013b53937
Octal1143143167710232657167
Binary10011001100110011001110111111101001110110101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CCCCE;
 }
 .AnyTagClassName
 {
   color: #4CCCCE;
 }
</style>
background-color css

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

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

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

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

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

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