Html Css Color HEX #44C8B2 Medium Turquoise

📋 copy color: '#44C8B2'

red 68 ◦ green 200 ◦ blue 178

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

Shades of Medium Turquoise #44C8B2

Tints of Medium Turquoise #44C8B2

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.84%

 BLUE value IS 178 (69.92% from 255) = 39.91%

R = 15.25%
G = 44.84%
B = 39.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#44C8B2 (or 0x44C8B2) is known color: Medium Turquoise. HEX triplet: 44, C8 and B2. RGB value is (68,200,178). Sum of RGB (Red+Green+Blue) = 68+200+178=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #44C8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44C8B2 is #BB374D. Grayscale: #9D9D9D. Windows color (decimal): -12269390 or 11716676. OLE color: 11716676.

HSL color Cylindrical-coordinate representation of color #44C8B2: hue angle of 170º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C8B2 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 200 178 -
CMYK 0.66 0 0.11 0.22
HSL 170º 0.55% 0.53% -
HSV(B) 170º 0.66% 0.78% -
XYZ 31.07 45.75 49.31 -
YUV 158.02 139.27 63.79 -
System Red Green Blue C M Y K H S L
Decimal 68 200 178 0.66 0 0.11 0.22 170 0.55 0.53
Hex 44 C8 B2 42 0 B 16 AA 37 35
Octal 104 310 262 102 0 13 26 252 67 65
Binary 1000100 11001000 10110010 1000010 0 1011 10110 10101010 110111 110101

Color Harmonies of #44C8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44C8B2

Black with #44C8B2

Text Example


Text Example

White with #44C8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,200,178); }

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

background-color css

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

 a { background-color: rgb(68,200,178); }

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

border-color css

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

 span { border-color: rgb(68,200,178); }

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