Shades of Medium Turquoise #46D0BD
Tints of Medium Turquoise #46D0BD
RGB
CMYK
RGB Variations
Color information
#46D0BD (or 0x46D0BD) is known color: Medium Turquoise. HEX triplet: 46, D0 and BD. RGB value is (70,208,189). Sum of RGB (Red+Green+Blue) = 70+208+189=467 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.99% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #46D0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D0BD is #B92F42. Grayscale: #A4A4A4. Windows color (decimal): -12136259 or 12439622. OLE color: 12439622.
HSL color Cylindrical-coordinate representation of color #46D0BD: hue angle of 171.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D0BD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 189 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.18 |
| HSL | 171.74º | 0.59% | 0.55% | - |
| HSV(B) | 171.74º | 0.66% | 0.82% | - |
| XYZ | 34.27 | 50.09 | 56.01 | - |
| YUV | 164.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 189 | 0.66 | 0 | 0.09 | 0.18 | 171.74 | 0.59 | 0.55 |
| Hex | 46 | D0 | BD | 42 | 0 | 9 | 12 | AC | 3B | 37 |
| Octal | 106 | 320 | 275 | 102 | 0 | 11 | 22 | 254 | 73 | 67 |
| Binary | 1000110 | 11010000 | 10111101 | 1000010 | 0 | 1001 | 10010 | 10101100 | 111011 | 110111 |
Color Harmonies of #46D0BD
Complementary color
Monochromatic Colors of #46D0BD
Black with #46D0BD
Text Example
Text Example
White with #46D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D0BD; }
p { color: rgb(70,208,189); }
H1.HeaderClassName
{
color: #46D0BD;
}
.AnyTagClassName
{
color: #46D0BD;
}
</style>
background-color css
<style>
a { background-color: #46D0BD; }
a { background-color: rgb(70,208,189); }
div.DivClassName
{
background-color: #46D0BD;
}
.BgClassName
{
background-color: #46D0BD;
}
</style>
border-color css
<style>
span { border-color: #46D0BD; }
span { border-color: rgb(70,208,189); }
td.TdClassName
{
border-color: #46D0BD;
}
.TagClassName
{
border-color: #46D0BD;
}
</style>