#44CEDD

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

Shades of Medium Turquoise #44CEDD

Tints of Medium Turquoise #44CEDD

Color information

#44CEDD (or 0x44CEDD) is unknown color: approx Medium Turquoise. HEX triplet: 44, CE and DD. RGB value is (68,206,221). Sum of RGB (Red+Green+Blue) = 68+206+221=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #44CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDD is #BB3122. Grayscale: #A6A6A6. Windows color (decimal): -12267811 or 14536260. OLE color: 14536260.

HSL color Cylindrical-coordinate representation of color #44CEDD: hue angle of 185.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CEDD is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68206221-
CMYK0.690.0700.13
HSL185.88º69.23%56.67%-
HSV(B)185.88º69.23%86.67%-
XYZ37.5150.5976.2-
YUV166.45158.7857.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.74%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=13.74%
G=41.62%
B=44.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682062210.690.0700.13185.8869.2356.67
Hex44CEDD4570Dba4539
Octal104316335105701527210571
Binary10001001100111011011101100010111101101101110101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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