#44FFD2

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

Shades of Turquoise #44FFD2

Tints of Turquoise #44FFD2

Color information

#44FFD2 (or 0x44FFD2) is unknown color: approx Turquoise. HEX triplet: 44, FF and D2. RGB value is (68,255,210). Sum of RGB (Red+Green+Blue) = 68+255+210=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFD2 is #BB002D. Grayscale: #C1C1C1. Windows color (decimal): -12255278 or 13827908. OLE color: 13827908.

HSL color Cylindrical-coordinate representation of color #44FFD2: hue angle of 165.56º 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 #44FFD2 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB68255210-
CMYK0.7300.180
HSL165.56º100%63.33%-
HSV(B)165.56º73.33%100%-
XYZ49.7877.473.29-
YUV193.96137.0538.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.76%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 210 (82.42% from 255) = 39.40%
R=12.76%
G=47.84%
B=39.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552100.7300.180165.5610063.33
Hex44FFD2490120a6643f
Octal104377322111022024614477
Binary1000100111111111101001010010010100100101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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