#44CFCA

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

Shades of Medium Turquoise #44CFCA

Tints of Medium Turquoise #44CFCA

Color information

#44CFCA (or 0x44CFCA) is unknown color: approx Medium Turquoise. HEX triplet: 44, CF and CA. RGB value is (68,207,202). Sum of RGB (Red+Green+Blue) = 68+207+202=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFCA is #BB3035. Grayscale: #A4A4A4. Windows color (decimal): -12267574 or 13291332. OLE color: 13291332.

HSL color Cylindrical-coordinate representation of color #44CFCA: hue angle of 177.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CFCA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB68207202-
CMYK0.6700.020.19
HSL177.84º59.15%53.92%-
HSV(B)177.84º67.15%81.18%-
XYZ35.3650.1263.69-
YUV164.87148.9558.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.26%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=14.26%
G=43.40%
B=42.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal682072020.6700.020.19177.8459.1553.92
Hex44CFCA430213b23b36
Octal10431731210302232627366
Binary1000100110011111100101010000110101001110110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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