#44F3C8

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

Shades of Turquoise #44F3C8

Tints of Turquoise #44F3C8

Color information

#44F3C8 (or 0x44F3C8) is unknown color: approx Turquoise. HEX triplet: 44, F3 and C8. RGB value is (68,243,200). Sum of RGB (Red+Green+Blue) = 68+243+200=511 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.31% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #44F3C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F3C8 is #BB0C37. Grayscale: #B9B9B9. Windows color (decimal): -12258360 or 13169476. OLE color: 13169476.

HSL color Cylindrical-coordinate representation of color #44F3C8: hue angle of 165.26º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F3C8 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB68243200-
CMYK0.7200.180.05
HSL165.26º87.94%60.98%-
HSV(B)165.26º72.02%95.29%-
XYZ44.8669.565.69-
YUV185.77136.0244-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.31%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 200 (78.52% from 255) = 39.14%
R=13.31%
G=47.55%
B=39.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682432000.7200.180.05165.2687.9460.98
Hex44F3C8480125a5583d
Octal104363310110022524513075
Binary100010011110011110010001001000010010101101001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,243,200); }

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

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

 a { background-color: rgb(68,243,200); }

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

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

 span { border-color: rgb(68,243,200); }

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