Shades of Medium Turquoise #44CFD5
Tints of Medium Turquoise #44CFD5
RGB
CMYK
RGB Variations
Color information
#44CFD5 (or 0x44CFD5) is known color: Medium Turquoise. HEX triplet: 44, CF and D5. RGB value is (68,207,213). Sum of RGB (Red+Green+Blue) = 68+207+213=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #44CFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFD5 is #BB302A. Grayscale: #A5A5A5. Windows color (decimal): -12267563 or 14012228. OLE color: 14012228.
HSL color Cylindrical-coordinate representation of color #44CFD5: hue angle of 182.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CFD5 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 207 | 213 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.16 |
| HSL | 182.48º | 0.63% | 0.55% | - |
| HSV(B) | 182.48º | 0.68% | 0.84% | - |
| XYZ | 36.71 | 50.66 | 70.79 | - |
| YUV | 166.12 | 154.45 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 213 | 0.68 | 0.03 | 0 | 0.16 | 182.48 | 0.63 | 0.55 |
| Hex | 44 | CF | D5 | 44 | 3 | 0 | 10 | B6 | 3F | 37 |
| Octal | 104 | 317 | 325 | 104 | 3 | 0 | 20 | 266 | 77 | 67 |
| Binary | 1000100 | 11001111 | 11010101 | 1000100 | 11 | 0 | 10000 | 10110110 | 111111 | 110111 |
Color Harmonies of #44CFD5
Complementary color
Monochromatic Colors of #44CFD5
Black with #44CFD5
Text Example
Text Example
White with #44CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFD5; }
p { color: rgb(68,207,213); }
H1.HeaderClassName
{
color: #44CFD5;
}
.AnyTagClassName
{
color: #44CFD5;
}
</style>
background-color css
<style>
a { background-color: #44CFD5; }
a { background-color: rgb(68,207,213); }
div.DivClassName
{
background-color: #44CFD5;
}
.BgClassName
{
background-color: #44CFD5;
}
</style>
border-color css
<style>
span { border-color: #44CFD5; }
span { border-color: rgb(68,207,213); }
td.TdClassName
{
border-color: #44CFD5;
}
.TagClassName
{
border-color: #44CFD5;
}
</style>