Html Css Color HEX #44CCBA Medium Turquoise

📋 copy color: '#44CCBA'

red 68 ◦ green 204 ◦ blue 186

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

Shades of Medium Turquoise #44CCBA

Tints of Medium Turquoise #44CCBA

RGB

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

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

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

R = 14.85%
G = 44.54%
B = 40.61%

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

#44CCBA (or 0x44CCBA) is known color: Medium Turquoise. HEX triplet: 44, CC and BA. RGB value is (68,204,186). Sum of RGB (Red+Green+Blue) = 68+204+186=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCBA is #BB3345. Grayscale: #A1A1A1. Windows color (decimal): -12268358 or 12241988. OLE color: 12241988.

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

Color convert

RGB 68 204 186 -
CMYK 0.67 0 0.09 0.2
HSL 172.06º 0.57% 0.53% -
HSV(B) 172.06º 0.67% 0.8% -
XYZ 32.84 47.96 53.98 -
YUV 161.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 68 204 186 0.67 0 0.09 0.2 172.06 0.57 0.53
Hex 44 CC BA 43 0 9 14 AC 39 35
Octal 104 314 272 103 0 11 24 254 71 65
Binary 1000100 11001100 10111010 1000011 0 1001 10100 10101100 111001 110101

Color Harmonies of #44CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CCBA

Black with #44CCBA

Text Example


Text Example

White with #44CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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