Html Css Color HEX #44CCB9 Medium Turquoise

📋 copy color: '#44CCB9'

red 68 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #44CCB9

Tints of Medium Turquoise #44CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

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

R = 14.88%
G = 44.64%
B = 40.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#44CCB9 (or 0x44CCB9) is known color: Medium Turquoise. HEX triplet: 44, CC and B9. RGB value is (68,204,185). Sum of RGB (Red+Green+Blue) = 68+204+185=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCB9 is #BB3346. Grayscale: #A1A1A1. Windows color (decimal): -12268359 or 12176452. OLE color: 12176452.

HSL color Cylindrical-coordinate representation of color #44CCB9: hue angle of 171.62º degrees, saturation: 0.57, 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 #44CCB9 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 204 185 -
CMYK 0.67 0 0.09 0.2
HSL 171.62º 0.57% 0.53% -
HSV(B) 171.62º 0.67% 0.8% -
XYZ 32.73 47.92 53.42 -
YUV 161.17 141.44 61.54 -
System Red Green Blue C M Y K H S L
Decimal 68 204 185 0.67 0 0.09 0.2 171.62 0.57 0.53
Hex 44 CC B9 43 0 9 14 AC 39 35
Octal 104 314 271 103 0 11 24 254 71 65
Binary 1000100 11001100 10111001 1000011 0 1001 10100 10101100 111001 110101

Color Harmonies of #44CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCB9

Black with #44CCB9

Text Example


Text Example

White with #44CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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