#44DCEA

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

Shades of Turquoise #44DCEA

Tints of Turquoise #44DCEA

Color information

#44DCEA (or 0x44DCEA) is unknown color: approx Turquoise. HEX triplet: 44, DC and EA. RGB value is (68,220,234). Sum of RGB (Red+Green+Blue) = 68+220+234=522 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.03% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #44DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCEA is #BB2315. Grayscale: #AFAFAF. Windows color (decimal): -12264214 or 15391812. OLE color: 15391812.

HSL color Cylindrical-coordinate representation of color #44DCEA: hue angle of 185.06º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44DCEA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68220234-
CMYK0.710.0600.08
HSL185.06º79.81%59.22%-
HSV(B)185.06º70.94%91.76%-
XYZ42.8358.3686.85-
YUV176.15160.6450.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.03%
GREEN value IS 220 (86.33% from 255) = 42.15%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=13.03%
G=42.15%
B=44.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682202340.710.0600.08185.0679.8159.22
Hex44DCEA47608b9503b
Octal104334352107601027112073
Binary10001001101110011101010100011111001000101110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,220,234); }

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

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

 a { background-color: rgb(68,220,234); }

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

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

 span { border-color: rgb(68,220,234); }

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