Html Css Color HEX #44D4BB Medium Turquoise

📋 copy color: '#44D4BB'

red 68 ◦ green 212 ◦ blue 187

#44D4BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #44D4BB

Tints of Medium Turquoise #44D4BB

RGB

 RED value IS 68 (26.95% from 255) = 14.56%

 GREEN value IS 212 (83.2% from 255) = 45.4%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 14.56%
G = 45.4%
B = 40.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#44D4BB (or 0x44D4BB) is known color: Medium Turquoise. HEX triplet: 44, D4 and BB. RGB value is (68,212,187). Sum of RGB (Red+Green+Blue) = 68+212+187=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #44D4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D4BB is #BB2B44. Grayscale: #A6A6A6. Windows color (decimal): -12266309 or 12309572. OLE color: 12309572.

HSL color Cylindrical-coordinate representation of color #44D4BB: hue angle of 169.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D4BB is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 68 212 187 -
CMYK 0.68 0 0.12 0.17
HSL 169.58º 0.63% 0.55% -
HSV(B) 169.58º 0.68% 0.83% -
XYZ 34.9 51.9 55.19 -
YUV 166.09 139.79 58.03 -
System Red Green Blue C M Y K H S L
Decimal 68 212 187 0.68 0 0.12 0.17 169.58 0.63 0.55
Hex 44 D4 BB 44 0 C 11 AA 3F 37
Octal 104 324 273 104 0 14 21 252 77 67
Binary 1000100 11010100 10111011 1000100 0 1100 10001 10101010 111111 110111

Color Harmonies of #44D4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D4BB

Black with #44D4BB

Text Example


Text Example

White with #44D4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,212,187); }

 H1.HeaderClassName
 {
   color: #44D4BB;
 }
 .AnyTagClassName
 {
   color: #44D4BB;
 }
</style>

background-color css

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

 a { background-color: rgb(68,212,187); }

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

border-color css

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

 span { border-color: rgb(68,212,187); }

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