#44ccca

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

Shades of Medium Turquoise #44CCCA

Tints of Medium Turquoise #44CCCA

Color information

#44CCCA (or 0x44CCCA) is unknown color: approx Medium Turquoise. HEX triplet: 44, CC and CA. RGB value is (68,204,202). Sum of RGB (Red+Green+Blue) = 68+204+202=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCCA is #BB3335. Grayscale: #A2A2A2. Windows color (decimal): -12268342 or 13290564. OLE color: 13290564.

HSL color Cylindrical-coordinate representation of color #44CCCA: hue angle of 179.12º 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 #44CCCA is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB68204202-
CMYK0.6700.010.2
HSL179.12º57.14%53.33%-
HSV(B)179.12º66.67%80%-
XYZ34.6448.6863.45-
YUV163.11149.9460.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.35%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=14.35%
G=43.04%
B=42.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682042020.6700.010.2179.1257.1453.33
Hex44CCCA430114b33935
Octal10431431210301242637165
Binary100010011001100110010101000011011010010110011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ccca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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