#44CBB5

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

Shades of Medium Turquoise #44CBB5

Tints of Medium Turquoise #44CBB5

Color information

#44CBB5 (or 0x44CBB5) is unknown color: approx Medium Turquoise. HEX triplet: 44, CB and B5. RGB value is (68,203,181). Sum of RGB (Red+Green+Blue) = 68+203+181=452 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.04% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBB5 is #BB344A. Grayscale: #A0A0A0. Windows color (decimal): -12268619 or 11914052. OLE color: 11914052.

HSL color Cylindrical-coordinate representation of color #44CBB5: hue angle of 170.22º degrees, saturation: 0.56, 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 #44CBB5 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB68203181-
CMYK0.6700.110.20
HSL170.22º56.49%53.14%-
HSV(B)170.22º66.5%79.61%-
XYZ32.0847.2851.15-
YUV160.13139.7762.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.04%
GREEN value IS 203 (79.69% from 255) = 44.91%
BLUE value IS 181 (71.09% from 255) = 40.04%
R=15.04%
G=44.91%
B=40.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682031810.6700.110.20170.2256.4953.14
Hex44CBB5430B14aa3835
Octal104313265103013242527065
Binary100010011001011101101011000011010111010010101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,203,181); }

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

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

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

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

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

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

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