#44CFBC

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

Shades of Medium Turquoise #44CFBC

Tints of Medium Turquoise #44CFBC

Color information

#44CFBC (or 0x44CFBC) is unknown color: approx Medium Turquoise. HEX triplet: 44, CF and BC. RGB value is (68,207,188). Sum of RGB (Red+Green+Blue) = 68+207+188=463 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.69% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFBC is #BB3043. Grayscale: #A3A3A3. Windows color (decimal): -12267588 or 12373828. OLE color: 12373828.

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

Color convert

RGB68207188-
CMYK0.6700.090.19
HSL171.8º59.15%53.92%-
HSV(B)171.8º67.15%81.18%-
XYZ33.7749.4955.35-
YUV163.27141.9560.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.69%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 188 (73.83% from 255) = 40.60%
R=14.69%
G=44.71%
B=40.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal682071880.6700.090.19171.859.1553.92
Hex44CFBC430913ac3b36
Octal104317274103011232547366
Binary100010011001111101111001000011010011001110101100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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