Shades of Medium Turquoise #44CFB8
Tints of Medium Turquoise #44CFB8
RGB
CMYK
RGB Variations
Color information
#44CFB8 (or 0x44CFB8) is known color: Medium Turquoise. HEX triplet: 44, CF and B8. RGB value is (68,207,184). Sum of RGB (Red+Green+Blue) = 68+207+184=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFB8 is #BB3047. Grayscale: #A2A2A2. Windows color (decimal): -12267592 or 12111684. OLE color: 12111684.
HSL color Cylindrical-coordinate representation of color #44CFB8: hue angle of 170.07º degrees, saturation: 0.59, 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 #44CFB8 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 184 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.19 |
| HSL | 170.07º | 0.59% | 0.54% | - |
| HSV(B) | 170.07º | 0.67% | 0.81% | - |
| XYZ | 33.35 | 49.32 | 53.11 | - |
| YUV | 162.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 184 | 0.67 | 0 | 0.11 | 0.19 | 170.07 | 0.59 | 0.54 |
| Hex | 44 | CF | B8 | 43 | 0 | B | 13 | AA | 3B | 36 |
| Octal | 104 | 317 | 270 | 103 | 0 | 13 | 23 | 252 | 73 | 66 |
| Binary | 1000100 | 11001111 | 10111000 | 1000011 | 0 | 1011 | 10011 | 10101010 | 111011 | 110110 |
Color Harmonies of #44CFB8
Complementary color
Monochromatic Colors of #44CFB8
Black with #44CFB8
Text Example
Text Example
White with #44CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFB8; }
p { color: rgb(68,207,184); }
H1.HeaderClassName
{
color: #44CFB8;
}
.AnyTagClassName
{
color: #44CFB8;
}
</style>
background-color css
<style>
a { background-color: #44CFB8; }
a { background-color: rgb(68,207,184); }
div.DivClassName
{
background-color: #44CFB8;
}
.BgClassName
{
background-color: #44CFB8;
}
</style>
border-color css
<style>
span { border-color: #44CFB8; }
span { border-color: rgb(68,207,184); }
td.TdClassName
{
border-color: #44CFB8;
}
.TagClassName
{
border-color: #44CFB8;
}
</style>