#44EFD8

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

Shades of Turquoise #44EFD8

Tints of Turquoise #44EFD8

Color information

#44EFD8 (or 0x44EFD8) is unknown color: approx Turquoise. HEX triplet: 44, EF and D8. RGB value is (68,239,216). Sum of RGB (Red+Green+Blue) = 68+239+216=523 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.00% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFD8 is #BB1027. Grayscale: #B9B9B9. Windows color (decimal): -12259368 or 14217028. OLE color: 14217028.

HSL color Cylindrical-coordinate representation of color #44EFD8: hue angle of 171.93º 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 #44EFD8 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB68239216-
CMYK0.7200.100.06
HSL171.93º84.24%60.2%-
HSV(B)171.93º71.55%93.73%-
XYZ45.6567.9275.67-
YUV185.25145.3544.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.00%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=13.00%
G=45.70%
B=41.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682392160.7200.100.06171.9384.2460.2
Hex44EFD8480A6ac543c
Octal104357330110012625412474
Binary10001001110111111011000100100001010110101011001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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