#44ffdc

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

Shades of Turquoise #44FFDC

Tints of Turquoise #44FFDC

Color information

#44FFDC (or 0x44FFDC) is unknown color: approx Turquoise. HEX triplet: 44, FF and DC. RGB value is (68,255,220). Sum of RGB (Red+Green+Blue) = 68+255+220=543 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.52% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFDC is #BB0023. Grayscale: #C3C3C3. Windows color (decimal): -12255268 or 14483268. OLE color: 14483268.

HSL color Cylindrical-coordinate representation of color #44FFDC: hue angle of 168.77º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFDC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB68255220-
CMYK0.7300.140
HSL168.77º100%63.33%-
HSV(B)168.77º73.33%100%-
XYZ51.0677.9280.06-
YUV195.1142.0537.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.52%
GREEN value IS 255 (100% from 255) = 46.96%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=12.52%
G=46.96%
B=40.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552200.7300.140168.7710063.33
Hex44FFDC490E0a9643f
Octal104377334111016025114477
Binary100010011111111110111001001001011100101010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ffdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,255,220); }

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

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

 a { background-color: rgb(68,255,220); }

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

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

 span { border-color: rgb(68,255,220); }

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