#44C0CA

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

Shades of Medium Turquoise #44C0CA

Tints of Medium Turquoise #44C0CA

Color information

#44C0CA (or 0x44C0CA) is unknown color: approx Medium Turquoise. HEX triplet: 44, C0 and CA. RGB value is (68,192,202). Sum of RGB (Red+Green+Blue) = 68+192+202=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #44C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C0CA is #BB3F35. Grayscale: #9B9B9B. Windows color (decimal): -12271414 or 13287492. OLE color: 13287492.

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

Color convert

RGB68192202-
CMYK0.660.0500.21
HSL184.48º55.83%52.94%-
HSV(B)184.48º66.34%79.22%-
XYZ31.8943.1962.53-
YUV156.06153.9265.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.72%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 202 (79.30% from 255) = 43.72%
R=14.72%
G=41.56%
B=43.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal681922020.660.0500.21184.4855.8352.94
Hex44C0CA425015b83835
Octal10430031210250252707065
Binary10001001100000011001010100001010101010110111000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,192,202); }

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

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

 a { background-color: rgb(68,192,202); }

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

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

 span { border-color: rgb(68,192,202); }

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