#44CBBE

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

Shades of Medium Turquoise #44CBBE

Tints of Medium Turquoise #44CBBE

Color information

#44CBBE (or 0x44CBBE) is unknown color: approx Medium Turquoise. HEX triplet: 44, CB and BE. RGB value is (68,203,190). Sum of RGB (Red+Green+Blue) = 68+203+190=461 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.75% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBBE is #BB3441. Grayscale: #A1A1A1. Windows color (decimal): -12268610 or 12503876. OLE color: 12503876.

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

Color convert

RGB68203190-
CMYK0.6700.060.20
HSL174.22º56.49%53.14%-
HSV(B)174.22º66.5%79.61%-
XYZ33.0347.6656.17-
YUV161.15144.2761.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.75%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=14.75%
G=44.03%
B=41.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682031900.6700.060.20174.2256.4953.14
Hex44CBBE430614ae3835
Octal10431327610306242567065
Binary10001001100101110111110100001101101010010101110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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