Shades of Medium Turquoise #44CFD0
Tints of Medium Turquoise #44CFD0
RGB
CMYK
RGB Variations
Color information
#44CFD0 (or 0x44CFD0) is known color: Medium Turquoise. HEX triplet: 44, CF and D0. RGB value is (68,207,208). Sum of RGB (Red+Green+Blue) = 68+207+208=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #44CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFD0 is #BB302F. Grayscale: #A5A5A5. Windows color (decimal): -12267568 or 13684548. OLE color: 13684548.
HSL color Cylindrical-coordinate representation of color #44CFD0: hue angle of 180.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CFD0 is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 207 | 208 | - |
| CMYK | 0.67 | 0.00 | 0 | 0.18 |
| HSL | 180.43º | 0.6% | 0.54% | - |
| HSV(B) | 180.43º | 0.67% | 0.82% | - |
| XYZ | 36.08 | 50.41 | 67.5 | - |
| YUV | 165.55 | 151.95 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 208 | 0.67 | 0.00 | 0 | 0.18 | 180.43 | 0.6 | 0.54 |
| Hex | 44 | CF | D0 | 43 | 0 | 0 | 12 | B4 | 3C | 36 |
| Octal | 104 | 317 | 320 | 103 | 0 | 0 | 22 | 264 | 74 | 66 |
| Binary | 1000100 | 11001111 | 11010000 | 1000011 | 0 | 0 | 10010 | 10110100 | 111100 | 110110 |
Color Harmonies of #44CFD0
Complementary color
Monochromatic Colors of #44CFD0
Black with #44CFD0
Text Example
Text Example
White with #44CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFD0; }
p { color: rgb(68,207,208); }
H1.HeaderClassName
{
color: #44CFD0;
}
.AnyTagClassName
{
color: #44CFD0;
}
</style>
background-color css
<style>
a { background-color: #44CFD0; }
a { background-color: rgb(68,207,208); }
div.DivClassName
{
background-color: #44CFD0;
}
.BgClassName
{
background-color: #44CFD0;
}
</style>
border-color css
<style>
span { border-color: #44CFD0; }
span { border-color: rgb(68,207,208); }
td.TdClassName
{
border-color: #44CFD0;
}
.TagClassName
{
border-color: #44CFD0;
}
</style>