#44C2CD

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

Shades of Medium Turquoise #44C2CD

Tints of Medium Turquoise #44C2CD

Color information

#44C2CD (or 0x44C2CD) is unknown color: approx Medium Turquoise. HEX triplet: 44, C2 and CD. RGB value is (68,194,205). Sum of RGB (Red+Green+Blue) = 68+194+205=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #44C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C2CD is #BB3D32. Grayscale: #9D9D9D. Windows color (decimal): -12270899 or 13484612. OLE color: 13484612.

HSL color Cylindrical-coordinate representation of color #44C2CD: hue angle of 184.82º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44C2CD is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68194205-
CMYK0.670.0500.20
HSL184.82º57.81%53.53%-
HSV(B)184.82º66.83%80.39%-
XYZ32.744.2264.57-
YUV157.58154.7664.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 205 (80.47% from 255) = 43.90%
R=14.56%
G=41.54%
B=43.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681942050.670.0500.20184.8257.8153.53
Hex44C2CD435014b93a36
Octal10430231510350242717266
Binary10001001100001011001101100001110101010010111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,194,205); }

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

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

 a { background-color: rgb(68,194,205); }

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

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

 span { border-color: rgb(68,194,205); }

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