#44C3CD

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

Shades of Medium Turquoise #44C3CD

Tints of Medium Turquoise #44C3CD

Color information

#44C3CD (or 0x44C3CD) is unknown color: approx Medium Turquoise. HEX triplet: 44, C3 and CD. RGB value is (68,195,205). Sum of RGB (Red+Green+Blue) = 68+195+205=468 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.53% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #44C3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C3CD is #BB3C32. Grayscale: #9E9E9E. Windows color (decimal): -12270643 or 13484868. OLE color: 13484868.

HSL color Cylindrical-coordinate representation of color #44C3CD: hue angle of 184.38º 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 #44C3CD is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68195205-
CMYK0.670.0500.20
HSL184.38º57.81%53.53%-
HSV(B)184.38º66.83%80.39%-
XYZ32.9244.6764.64-
YUV158.17154.4263.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.53%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=14.53%
G=41.67%
B=43.80%

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
Decimal681952050.670.0500.20184.3857.8153.53
Hex44C3CD435014b83a36
Octal10430331510350242707266
Binary10001001100001111001101100001110101010010111000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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