#44CBB3

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

Shades of Medium Turquoise #44CBB3

Tints of Medium Turquoise #44CBB3

Color information

#44CBB3 (or 0x44CBB3) is unknown color: approx Medium Turquoise. HEX triplet: 44, CB and B3. RGB value is (68,203,179). Sum of RGB (Red+Green+Blue) = 68+203+179=450 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.11% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBB3 is #BB344C. Grayscale: #9F9F9F. Windows color (decimal): -12268621 or 11782980. OLE color: 11782980.

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

Color convert

RGB68203179-
CMYK0.6700.120.20
HSL169.33º56.49%53.14%-
HSV(B)169.33º66.5%79.61%-
XYZ31.8847.250.08-
YUV159.9138.7762.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.11%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=15.11%
G=45.11%
B=39.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682031790.6700.120.20169.3356.4953.14
Hex44CBB3430C14a93835
Octal104313263103014242517065
Binary100010011001011101100111000011011001010010101001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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