#44CBBD

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

Shades of Medium Turquoise #44CBBD

Tints of Medium Turquoise #44CBBD

Color information

#44CBBD (or 0x44CBBD) is unknown color: approx Medium Turquoise. HEX triplet: 44, CB and BD. RGB value is (68,203,189). Sum of RGB (Red+Green+Blue) = 68+203+189=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBBD is #BB3442. Grayscale: #A0A0A0. Windows color (decimal): -12268611 or 12438340. OLE color: 12438340.

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

Color convert

RGB68203189-
CMYK0.6700.070.20
HSL173.78º56.49%53.14%-
HSV(B)173.78º66.5%79.61%-
XYZ32.9347.6155.6-
YUV161.04143.7761.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=14.78%
G=44.13%
B=41.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682031890.6700.070.20173.7856.4953.14
Hex44CBBD430714ae3835
Octal10431327510307242567065
Binary10001001100101110111101100001101111010010101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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