Shades of Medium Turquoise #46CFDB
Tints of Medium Turquoise #46CFDB
RGB
CMYK
RGB Variations
Color information
#46CFDB (or 0x46CFDB) is known color: Medium Turquoise. HEX triplet: 46, CF and DB. RGB value is (70,207,219). Sum of RGB (Red+Green+Blue) = 70+207+219=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #46CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFDB is #B93024. Grayscale: #A7A7A7. Windows color (decimal): -12136485 or 14405446. OLE color: 14405446.
HSL color Cylindrical-coordinate representation of color #46CFDB: hue angle of 184.83º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CFDB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 207 | 219 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.14 |
| HSL | 184.83º | 0.67% | 0.57% | - |
| HSV(B) | 184.83º | 0.68% | 0.86% | - |
| XYZ | 37.62 | 51.04 | 74.89 | - |
| YUV | 167.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 219 | 0.68 | 0.05 | 0 | 0.14 | 184.83 | 0.67 | 0.57 |
| Hex | 46 | CF | DB | 44 | 5 | 0 | E | B9 | 43 | 39 |
| Octal | 106 | 317 | 333 | 104 | 5 | 0 | 16 | 271 | 103 | 71 |
| Binary | 1000110 | 11001111 | 11011011 | 1000100 | 101 | 0 | 1110 | 10111001 | 1000011 | 111001 |
Color Harmonies of #46CFDB
Complementary color
Monochromatic Colors of #46CFDB
Black with #46CFDB
Text Example
Text Example
White with #46CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFDB; }
p { color: rgb(70,207,219); }
H1.HeaderClassName
{
color: #46CFDB;
}
.AnyTagClassName
{
color: #46CFDB;
}
</style>
background-color css
<style>
a { background-color: #46CFDB; }
a { background-color: rgb(70,207,219); }
div.DivClassName
{
background-color: #46CFDB;
}
.BgClassName
{
background-color: #46CFDB;
}
</style>
border-color css
<style>
span { border-color: #46CFDB; }
span { border-color: rgb(70,207,219); }
td.TdClassName
{
border-color: #46CFDB;
}
.TagClassName
{
border-color: #46CFDB;
}
</style>