#44CED9

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

Shades of Medium Turquoise #44CED9

Tints of Medium Turquoise #44CED9

Color information

#44CED9 (or 0x44CED9) is unknown color: approx Medium Turquoise. HEX triplet: 44, CE and D9. RGB value is (68,206,217). Sum of RGB (Red+Green+Blue) = 68+206+217=491 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.85% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #44CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CED9 is #BB3126. Grayscale: #A5A5A5. Windows color (decimal): -12267815 or 14274116. OLE color: 14274116.

HSL color Cylindrical-coordinate representation of color #44CED9: hue angle of 184.43º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CED9 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB68206217-
CMYK0.690.0500.15
HSL184.43º66.22%55.88%-
HSV(B)184.43º68.66%85.1%-
XYZ36.9850.3873.42-
YUV165.99156.7858.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.85%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=13.85%
G=41.96%
B=44.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682062170.690.0500.15184.4366.2255.88
Hex44CED94550Fb84238
Octal104316331105501727010270
Binary10001001100111011011001100010110101111101110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,206,217); }

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

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

 a { background-color: rgb(68,206,217); }

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

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

 span { border-color: rgb(68,206,217); }

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