#44EDE1

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

Shades of Turquoise #44EDE1

Tints of Turquoise #44EDE1

Color information

#44EDE1 (or 0x44EDE1) is unknown color: approx Turquoise. HEX triplet: 44, ED and E1. RGB value is (68,237,225). Sum of RGB (Red+Green+Blue) = 68+237+225=530 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.83% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EDE1 is #BB121E. Grayscale: #B8B8B8. Windows color (decimal): -12259871 or 14806340. OLE color: 14806340.

HSL color Cylindrical-coordinate representation of color #44EDE1: hue angle of 175.74º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EDE1 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB68237225-
CMYK0.7100.050.07
HSL175.74º82.44%59.8%-
HSV(B)175.74º71.31%92.94%-
XYZ46.2667.2381.77-
YUV185.1150.5144.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.83%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=12.83%
G=44.72%
B=42.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682372250.7100.050.07175.7482.4459.8
Hex44EDE147057b0523c
Octal10435534110705726012274
Binary1000100111011011110000110001110101111101100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,237,225); }

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

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

 a { background-color: rgb(68,237,225); }

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

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

 span { border-color: rgb(68,237,225); }

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