#44CCB2

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

Shades of Medium Turquoise #44CCB2

Tints of Medium Turquoise #44CCB2

Color information

#44CCB2 (or 0x44CCB2) is unknown color: approx Medium Turquoise. HEX triplet: 44, CC and B2. RGB value is (68,204,178). Sum of RGB (Red+Green+Blue) = 68+204+178=450 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.11% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CCB2 is #BB334D. Grayscale: #A0A0A0. Windows color (decimal): -12268366 or 11717700. OLE color: 11717700.

HSL color Cylindrical-coordinate representation of color #44CCB2: hue angle of 168.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCB2 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB68204178-
CMYK0.6700.130.2
HSL168.53º57.14%53.33%-
HSV(B)168.53º66.67%80%-
XYZ32.0147.6349.63-
YUV160.37137.9462.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.11%
GREEN value IS 204 (80.08% from 255) = 45.33%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=15.11%
G=45.33%
B=39.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041780.6700.130.2168.5357.1453.33
Hex44CCB2430D14a93935
Octal104314262103015242517165
Binary100010011001100101100101000011011011010010101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,204,178); }

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

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

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

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

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

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

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