#44CEBC

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

Shades of Medium Turquoise #44CEBC

Tints of Medium Turquoise #44CEBC

Color information

#44CEBC (or 0x44CEBC) is unknown color: approx Medium Turquoise. HEX triplet: 44, CE and BC. RGB value is (68,206,188). Sum of RGB (Red+Green+Blue) = 68+206+188=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #44CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEBC is #BB3143. Grayscale: #A2A2A2. Windows color (decimal): -12267844 or 12373572. OLE color: 12373572.

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

Color convert

RGB68206188-
CMYK0.6700.090.19
HSL172.17º58.47%53.73%-
HSV(B)172.17º66.99%80.78%-
XYZ33.534955.27-
YUV162.69142.2860.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.72%
GREEN value IS 206 (80.86% from 255) = 44.59%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=14.72%
G=44.59%
B=40.69%

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
Decimal682061880.6700.090.19172.1758.4753.73
Hex44CEBC430913ac3a36
Octal104316274103011232547266
Binary100010011001110101111001000011010011001110101100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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