#44F2D1

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

Shades of Turquoise #44F2D1

Tints of Turquoise #44F2D1

Color information

#44F2D1 (or 0x44F2D1) is unknown color: approx Turquoise. HEX triplet: 44, F2 and D1. RGB value is (68,242,209). Sum of RGB (Red+Green+Blue) = 68+242+209=519 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.10% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #44F2D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F2D1 is #BB0D2E. Grayscale: #BABABA. Windows color (decimal): -12258607 or 13759044. OLE color: 13759044.

HSL color Cylindrical-coordinate representation of color #44F2D1: hue angle of 168.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F2D1 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB68242209-
CMYK0.7200.140.05
HSL168.62º87%60.78%-
HSV(B)168.62º71.9%94.9%-
XYZ45.6469.3471.3-
YUV186.21140.8543.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.10%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=13.10%
G=46.63%
B=40.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682422090.7200.140.05168.628760.78
Hex44F2D1480E5a9573d
Octal104362321110016525112775
Binary10001001111001011010001100100001110101101010011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,242,209); }

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

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

 a { background-color: rgb(68,242,209); }

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

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

 span { border-color: rgb(68,242,209); }

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