Shades of Medium Turquoise #44CACE
Tints of Medium Turquoise #44CACE
RGB
CMYK
RGB Variations
Color information
#44CACE (or 0x44CACE) is known color: Medium Turquoise. HEX triplet: 44, CA and CE. RGB value is (68,202,206). Sum of RGB (Red+Green+Blue) = 68+202+206=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #44CACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CACE is #BB3531. Grayscale: #A2A2A2. Windows color (decimal): -12268850 or 13552196. OLE color: 13552196.
HSL color Cylindrical-coordinate representation of color #44CACE: hue angle of 181.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CACE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 202 | 206 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.19 |
| HSL | 181.74º | 0.58% | 0.54% | - |
| HSV(B) | 181.74º | 0.67% | 0.81% | - |
| XYZ | 34.65 | 47.93 | 65.82 | - |
| YUV | 162.39 | 152.61 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 206 | 0.67 | 0.02 | 0 | 0.19 | 181.74 | 0.58 | 0.54 |
| Hex | 44 | CA | CE | 43 | 2 | 0 | 13 | B6 | 3A | 36 |
| Octal | 104 | 312 | 316 | 103 | 2 | 0 | 23 | 266 | 72 | 66 |
| Binary | 1000100 | 11001010 | 11001110 | 1000011 | 10 | 0 | 10011 | 10110110 | 111010 | 110110 |
Color Harmonies of #44CACE
Complementary color
Monochromatic Colors of #44CACE
Black with #44CACE
Text Example
Text Example
White with #44CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CACE; }
p { color: rgb(68,202,206); }
H1.HeaderClassName
{
color: #44CACE;
}
.AnyTagClassName
{
color: #44CACE;
}
</style>
background-color css
<style>
a { background-color: #44CACE; }
a { background-color: rgb(68,202,206); }
div.DivClassName
{
background-color: #44CACE;
}
.BgClassName
{
background-color: #44CACE;
}
</style>
border-color css
<style>
span { border-color: #44CACE; }
span { border-color: rgb(68,202,206); }
td.TdClassName
{
border-color: #44CACE;
}
.TagClassName
{
border-color: #44CACE;
}
</style>