#44cfcf

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

Shades of Medium Turquoise #44CFCF

Tints of Medium Turquoise #44CFCF

Color information

#44CFCF (or 0x44CFCF) is unknown color: approx Medium Turquoise. HEX triplet: 44, CF and CF. RGB value is (68,207,207). Sum of RGB (Red+Green+Blue) = 68+207+207=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #44CFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFCF is #BB3030. Grayscale: #A5A5A5. Windows color (decimal): -12267569 or 13619012. OLE color: 13619012.

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

Color convert

RGB68207207-
CMYK0.67000.19
HSL180º59.15%53.92%-
HSV(B)180º67.15%81.18%-
XYZ35.9650.3666.86-
YUV165.44151.4558.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.11%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=14.11%
G=42.95%
B=42.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal682072070.67000.1918059.1553.92
Hex44CFCF430013b43b36
Octal10431731710300232647366
Binary100010011001111110011111000011001001110110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44cfcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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