Html Css Color HEX #44BDBA Medium Turquoise

📋 copy color: '#44BDBA'

red 68 ◦ green 189 ◦ blue 186

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

Shades of Medium Turquoise #44BDBA

Tints of Medium Turquoise #44BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 15.35%
G = 42.66%
B = 41.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#44BDBA (or 0x44BDBA) is known color: Medium Turquoise. HEX triplet: 44, BD and BA. RGB value is (68,189,186). Sum of RGB (Red+Green+Blue) = 68+189+186=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #44BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BDBA is #BB4245. Grayscale: #989898. Windows color (decimal): -12272198 or 12238148. OLE color: 12238148.

HSL color Cylindrical-coordinate representation of color #44BDBA: hue angle of 178.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BDBA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 189 186 -
CMYK 0.64 0 0.02 0.26
HSL 178.51º 0.48% 0.5% -
HSV(B) 178.51º 0.64% 0.74% -
XYZ 29.44 41.17 52.85 -
YUV 152.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 68 189 186 0.64 0 0.02 0.26 178.51 0.48 0.5
Hex 44 BD BA 40 0 2 1A B3 30 32
Octal 104 275 272 100 0 2 32 263 60 62
Binary 1000100 10111101 10111010 1000000 0 10 11010 10110011 110000 110010

Color Harmonies of #44BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BDBA

Black with #44BDBA

Text Example


Text Example

White with #44BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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