Html Css Color HEX #44CDB9 Medium Turquoise

📋 copy color: '#44CDB9'

red 68 ◦ green 205 ◦ blue 185

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

Shades of Medium Turquoise #44CDB9

Tints of Medium Turquoise #44CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.76%

 BLUE value IS 185 (72.66% from 255) = 40.39%

R = 14.85%
G = 44.76%
B = 40.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#44CDB9 (or 0x44CDB9) is known color: Medium Turquoise. HEX triplet: 44, CD and B9. RGB value is (68,205,185). Sum of RGB (Red+Green+Blue) = 68+205+185=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDB9 is #BB3246. Grayscale: #A1A1A1. Windows color (decimal): -12268103 or 12176708. OLE color: 12176708.

HSL color Cylindrical-coordinate representation of color #44CDB9: hue angle of 171.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CDB9 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 205 185 -
CMYK 0.67 0 0.10 0.20
HSL 171.24º 0.58% 0.54% -
HSV(B) 171.24º 0.67% 0.8% -
XYZ 32.97 48.39 53.5 -
YUV 161.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 68 205 185 0.67 0 0.10 0.20 171.24 0.58 0.54
Hex 44 CD B9 43 0 A 14 AB 3A 36
Octal 104 315 271 103 0 12 24 253 72 66
Binary 1000100 11001101 10111001 1000011 0 1010 10100 10101011 111010 110110

Color Harmonies of #44CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CDB9

Black with #44CDB9

Text Example


Text Example

White with #44CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,205,185); }

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

background-color css

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

 a { background-color: rgb(68,205,185); }

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

border-color css

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

 span { border-color: rgb(68,205,185); }

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