#44EACA

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

Shades of Turquoise #44EACA

Tints of Turquoise #44EACA

Color information

#44EACA (or 0x44EACA) is unknown color: approx Turquoise. HEX triplet: 44, EA and CA. RGB value is (68,234,202). Sum of RGB (Red+Green+Blue) = 68+234+202=504 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.49% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #44EACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EACA is #BB1535. Grayscale: #B4B4B4. Windows color (decimal): -12260662 or 13298244. OLE color: 13298244.

HSL color Cylindrical-coordinate representation of color #44EACA: hue angle of 168.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EACA is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB68234202-
CMYK0.7100.140.08
HSL168.43º79.81%59.22%-
HSV(B)168.43º70.94%91.76%-
XYZ42.4764.3466.06-
YUV180.7214047.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.49%
GREEN value IS 234 (91.80% from 255) = 46.43%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=13.49%
G=46.43%
B=40.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682342020.7100.140.08168.4379.8159.22
Hex44EACA470E8a8503b
Octal1043523121070161025012073
Binary100010011101010110010101000111011101000101010001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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