#44F7DA

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

Shades of Turquoise #44F7DA

Tints of Turquoise #44F7DA

Color information

#44F7DA (or 0x44F7DA) is unknown color: approx Turquoise. HEX triplet: 44, F7 and DA. RGB value is (68,247,218). Sum of RGB (Red+Green+Blue) = 68+247+218=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F7DA is #BB0825. Grayscale: #BEBEBE. Windows color (decimal): -12257318 or 14350148. OLE color: 14350148.

HSL color Cylindrical-coordinate representation of color #44F7DA: hue angle of 170.28º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F7DA is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB68247218-
CMYK0.7200.120.03
HSL170.28º91.79%61.76%-
HSV(B)170.28º72.47%96.86%-
XYZ48.372.8177.84-
YUV190.17143.740.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.76%
GREEN value IS 247 (96.88% from 255) = 46.34%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=12.76%
G=46.34%
B=40.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal682472180.7200.120.03170.2891.7961.76
Hex44F7DA480C3aa5c3e
Octal104367332110014325213476
Binary1000100111101111101101010010000110011101010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,247,218); }

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

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

 a { background-color: rgb(68,247,218); }

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

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

 span { border-color: rgb(68,247,218); }

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