Html Css Color HEX #44BDB7 Medium Turquoise

📋 copy color: '#44BDB7'

red 68 ◦ green 189 ◦ blue 183

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

Shades of Medium Turquoise #44BDB7

Tints of Medium Turquoise #44BDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 15.45%
G = 42.95%
B = 41.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#44BDB7 (or 0x44BDB7) is known color: Medium Turquoise. HEX triplet: 44, BD and B7. RGB value is (68,189,183). Sum of RGB (Red+Green+Blue) = 68+189+183=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #44BDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BDB7 is #BB4248. Grayscale: #989898. Windows color (decimal): -12272201 or 12041540. OLE color: 12041540.

HSL color Cylindrical-coordinate representation of color #44BDB7: hue angle of 177.02º 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 #44BDB7 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 189 183 -
CMYK 0.64 0 0.03 0.26
HSL 177.02º 0.48% 0.5% -
HSV(B) 177.02º 0.64% 0.74% -
XYZ 29.13 41.04 51.19 -
YUV 152.14 145.41 67.99 -
System Red Green Blue C M Y K H S L
Decimal 68 189 183 0.64 0 0.03 0.26 177.02 0.48 0.5
Hex 44 BD B7 40 0 3 1A B1 30 32
Octal 104 275 267 100 0 3 32 261 60 62
Binary 1000100 10111101 10110111 1000000 0 11 11010 10110001 110000 110010

Color Harmonies of #44BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BDB7

Black with #44BDB7

Text Example


Text Example

White with #44BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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