#44F9C1

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

Shades of Turquoise #44F9C1

Tints of Turquoise #44F9C1

Color information

#44F9C1 (or 0x44F9C1) is unknown color: approx Turquoise. HEX triplet: 44, F9 and C1. RGB value is (68,249,193). Sum of RGB (Red+Green+Blue) = 68+249+193=510 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.33% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F9C1 is #BB063E. Grayscale: #BCBCBC. Windows color (decimal): -12256831 or 12712260. OLE color: 12712260.

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

Color convert

RGB68249193-
CMYK0.7300.220.02
HSL161.44º93.78%62.16%-
HSV(B)161.44º72.69%97.65%-
XYZ45.8972.8362.09-
YUV188.5130.5342.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.33%
GREEN value IS 249 (97.66% from 255) = 48.82%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=13.33%
G=48.82%
B=37.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal682491930.7300.220.02161.4493.7862.16
Hex44F9C1490162a15e3e
Octal104371301111026224113676
Binary10001001111100111000001100100101011010101000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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