#44E0CC

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

Shades of Turquoise #44E0CC

Tints of Turquoise #44E0CC

Color information

#44E0CC (or 0x44E0CC) is unknown color: approx Turquoise. HEX triplet: 44, E0 and CC. RGB value is (68,224,204). Sum of RGB (Red+Green+Blue) = 68+224+204=496 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.71% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #44E0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E0CC is #BB1F33. Grayscale: #AFAFAF. Windows color (decimal): -12263220 or 13426756. OLE color: 13426756.

HSL color Cylindrical-coordinate representation of color #44E0CC: hue angle of 172.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E0CC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB68224204-
CMYK0.7000.090.12
HSL172.31º71.56%57.25%-
HSV(B)172.31º69.64%87.84%-
XYZ39.9458.966.39-
YUV175.08144.3251.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.71%
GREEN value IS 224 (87.89% from 255) = 45.16%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=13.71%
G=45.16%
B=41.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal682242040.7000.090.12172.3171.5657.25
Hex44E0CC4609Cac4839
Octal1043403141060111425411071
Binary100010011100000110011001000110010011100101011001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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