#44CCC0

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

Shades of Medium Turquoise #44CCC0

Tints of Medium Turquoise #44CCC0

Color information

#44CCC0 (or 0x44CCC0) is unknown color: approx Medium Turquoise. HEX triplet: 44, CC and C0. RGB value is (68,204,192). Sum of RGB (Red+Green+Blue) = 68+204+192=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCC0 is #BB333F. Grayscale: #A1A1A1. Windows color (decimal): -12268352 or 12635204. OLE color: 12635204.

HSL color Cylindrical-coordinate representation of color #44CCC0: hue angle of 174.71º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCC0 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB68204192-
CMYK0.6700.060.2
HSL174.71º57.14%53.33%-
HSV(B)174.71º66.67%80%-
XYZ33.4948.2257.41-
YUV161.97144.9460.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.66%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=14.66%
G=43.97%
B=41.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041920.6700.060.2174.7157.1453.33
Hex44CCC0430614af3935
Octal10431430010306242577165
Binary10001001100110011000000100001101101010010101111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44CCC0; }

 p { color: rgb(68,204,192); }

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

<style>
 a { background-color: #44CCC0; }

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

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

<style>
 span { border-color: #44CCC0; }

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

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