#44e3d0

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

Shades of Turquoise #44E3D0

Tints of Turquoise #44E3D0

Color information

#44E3D0 (or 0x44E3D0) is unknown color: approx Turquoise. HEX triplet: 44, E3 and D0. RGB value is (68,227,208). Sum of RGB (Red+Green+Blue) = 68+227+208=503 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.52% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #44E3D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E3D0 is #BB1C2F. Grayscale: #B1B1B1. Windows color (decimal): -12262448 or 13689668. OLE color: 13689668.

HSL color Cylindrical-coordinate representation of color #44E3D0: hue angle of 172.83º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E3D0 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB68227208-
CMYK0.7000.080.11
HSL172.83º73.95%57.84%-
HSV(B)172.83º70.04%89.02%-
XYZ41.2460.7269.22-
YUV177.29145.3250.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.52%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=13.52%
G=45.13%
B=41.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal682272080.7000.080.11172.8373.9557.84
Hex44E3D04608Bad4a3a
Octal1043433201060101325511272
Binary100010011100011110100001000110010001011101011011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44e3d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,227,208); }

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

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

 a { background-color: rgb(68,227,208); }

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

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

 span { border-color: rgb(68,227,208); }

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