#44F9C0

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

Shades of Turquoise #44F9C0

Tints of Turquoise #44F9C0

Color information

#44F9C0 (or 0x44F9C0) is unknown color: approx Turquoise. HEX triplet: 44, F9 and C0. RGB value is (68,249,192). Sum of RGB (Red+Green+Blue) = 68+249+192=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F9C0 is #BB063F. Grayscale: #BCBCBC. Windows color (decimal): -12256832 or 12646724. OLE color: 12646724.

HSL color Cylindrical-coordinate representation of color #44F9C0: hue angle of 161.1º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F9C0 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB68249192-
CMYK0.7300.230.02
HSL161.1º93.78%62.16%-
HSV(B)161.1º72.69%97.65%-
XYZ45.7772.7961.51-
YUV188.38130.0342.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.36%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=13.36%
G=48.92%
B=37.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal682491920.7300.230.02161.193.7862.16
Hex44F9C0490172a15e3e
Octal104371300111027224113676
Binary10001001111100111000000100100101011110101000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,249,192); }

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

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

 a { background-color: rgb(68,249,192); }

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

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

 span { border-color: rgb(68,249,192); }

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