#44DDCF

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

Shades of Turquoise #44DDCF

Tints of Turquoise #44DDCF

Color information

#44DDCF (or 0x44DDCF) is unknown color: approx Turquoise. HEX triplet: 44, DD and CF. RGB value is (68,221,207). Sum of RGB (Red+Green+Blue) = 68+221+207=496 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.71% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDCF is #BB2230. Grayscale: #ADADAD. Windows color (decimal): -12263985 or 13622596. OLE color: 13622596.

HSL color Cylindrical-coordinate representation of color #44DDCF: hue angle of 174.51º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DDCF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB68221207-
CMYK0.6900.060.13
HSL174.51º69.23%56.67%-
HSV(B)174.51º69.23%86.67%-
XYZ39.557.4568.04-
YUV173.66146.8152.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.71%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=13.71%
G=44.56%
B=41.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682212070.6900.060.13174.5169.2356.67
Hex44DDCF4506Daf4539
Octal104335317105061525710571
Binary10001001101110111001111100010101101101101011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,221,207); }

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

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

 a { background-color: rgb(68,221,207); }

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

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

 span { border-color: rgb(68,221,207); }

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