#4CCCDB

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

Shades of Medium Turquoise #4CCCDB

Tints of Medium Turquoise #4CCCDB

Color information

#4CCCDB (or 0x4CCCDB) is unknown color: approx Medium Turquoise. HEX triplet: 4C, CC and DB. RGB value is (76,204,219). Sum of RGB (Red+Green+Blue) = 76+204+219=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CCCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCDB is #B33324. Grayscale: #A7A7A7. Windows color (decimal): -11744037 or 14404684. OLE color: 14404684.

HSL color Cylindrical-coordinate representation of color #4CCCDB: hue angle of 186.29º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCCDB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76204219-
CMYK0.650.0700.14
HSL186.29º66.51%57.84%-
HSV(B)186.29º65.3%85.88%-
XYZ37.3649.8474.67-
YUV167.44157.0962.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.23%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 219 (85.94% from 255) = 43.89%
R=15.23%
G=40.88%
B=43.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762042190.650.0700.14186.2966.5157.84
Hex4CCCDB4170Eba433a
Octal114314333101701627210372
Binary10011001100110011011011100000111101110101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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