#44CACF

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

Shades of Medium Turquoise #44CACF

Tints of Medium Turquoise #44CACF

Color information

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

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

Color convert

RGB68202207-
CMYK0.670.0200.19
HSL182.16º59.15%53.92%-
HSV(B)182.16º67.15%81.18%-
XYZ34.7747.9766.46-
YUV162.5153.1160.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal682022070.670.0200.19182.1659.1553.92
Hex44CACF432013b63b36
Octal10431231710320232667366
Binary1000100110010101100111110000111001001110110110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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