#44EFAF

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

Shades of Turquoise #44EFAF

Tints of Turquoise #44EFAF

Color information

#44EFAF (or 0x44EFAF) is unknown color: approx Turquoise. HEX triplet: 44, EF and AF. RGB value is (68,239,175). Sum of RGB (Red+Green+Blue) = 68+239+175=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EFAF is #BB1050. Grayscale: #B4B4B4. Windows color (decimal): -12259409 or 11530052. OLE color: 11530052.

HSL color Cylindrical-coordinate representation of color #44EFAF: hue angle of 157.54º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFAF is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB68239175-
CMYK0.7200.270.06
HSL157.54º84.24%60.2%-
HSV(B)157.54º71.55%93.73%-
XYZ40.9966.0651.15-
YUV180.57124.8547.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.11%
GREEN value IS 239 (93.75% from 255) = 49.59%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=14.11%
G=49.59%
B=36.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682391750.7200.270.06157.5484.2460.2
Hex44EFAF4801B69e543c
Octal104357257110033623612474
Binary100010011101111101011111001000011011110100111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,239,175); }

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

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

 a { background-color: rgb(68,239,175); }

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

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

 span { border-color: rgb(68,239,175); }

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