#44EECC

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

Shades of Turquoise #44EECC

Tints of Turquoise #44EECC

Color information

#44EECC (or 0x44EECC) is unknown color: approx Turquoise. HEX triplet: 44, EE and CC. RGB value is (68,238,204). Sum of RGB (Red+Green+Blue) = 68+238+204=510 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.33% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #44EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EECC is #BB1133. Grayscale: #B7B7B7. Windows color (decimal): -12259636 or 13430340. OLE color: 13430340.

HSL color Cylindrical-coordinate representation of color #44EECC: hue angle of 168º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EECC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB68238204-
CMYK0.7100.140.07
HSL168º83.33%60%-
HSV(B)168º71.43%93.33%-
XYZ43.8666.7467.7-
YUV183.29139.6845.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.33%
GREEN value IS 238 (93.36% from 255) = 46.67%
BLUE value IS 204 (80.08% from 255) = 40%
R=13.33%
G=46.67%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682382040.7100.140.0716883.3360
Hex44EECC470E7a8533c
Octal104356314107016725012374
Binary10001001110111011001100100011101110111101010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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