#44C6DD

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

Shades of Medium Turquoise #44C6DD

Tints of Medium Turquoise #44C6DD

Color information

#44C6DD (or 0x44C6DD) is unknown color: approx Medium Turquoise. HEX triplet: 44, C6 and DD. RGB value is (68,198,221). Sum of RGB (Red+Green+Blue) = 68+198+221=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #44C6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C6DD is #BB3922. Grayscale: #A1A1A1. Windows color (decimal): -12269859 or 14534212. OLE color: 14534212.

HSL color Cylindrical-coordinate representation of color #44C6DD: hue angle of 189.02º 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 #44C6DD is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68198221-
CMYK0.690.1000.13
HSL189.02º69.23%56.67%-
HSV(B)189.02º69.23%86.67%-
XYZ35.6346.8475.57-
YUV161.75161.4361.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.96%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=13.96%
G=40.66%
B=45.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681982210.690.1000.13189.0269.2356.67
Hex44C6DD45A0Dbd4539
Octal1043063351051201527510571
Binary100010011000110110111011000101101001101101111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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