#44CACB

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

Shades of Medium Turquoise #44CACB

Tints of Medium Turquoise #44CACB

Color information

#44CACB (or 0x44CACB) is unknown color: approx Medium Turquoise. HEX triplet: 44, CA and CB. RGB value is (68,202,203). Sum of RGB (Red+Green+Blue) = 68+202+203=473 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.38% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #44CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CACB is #BB3534. Grayscale: #A1A1A1. Windows color (decimal): -12268853 or 13355588. OLE color: 13355588.

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

Color convert

RGB68202203-
CMYK0.670.0000.20
HSL180.44º56.49%53.14%-
HSV(B)180.44º66.5%79.61%-
XYZ34.2847.7863.92-
YUV162.05151.1160.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.38%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=14.38%
G=42.71%
B=42.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal682022030.670.0000.20180.4456.4953.14
Hex44CACB430014b43835
Octal10431231310300242647065
Binary100010011001010110010111000011001010010110100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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