Shades of Medium Turquoise #46CBCD
Tints of Medium Turquoise #46CBCD
RGB
CMYK
RGB Variations
Color information
#46CBCD (or 0x46CBCD) is known color: Medium Turquoise. HEX triplet: 46, CB and CD. RGB value is (70,203,205). Sum of RGB (Red+Green+Blue) = 70+203+205=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #46CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBCD is #B93432. Grayscale: #A3A3A3. Windows color (decimal): -12137523 or 13486918. OLE color: 13486918.
HSL color Cylindrical-coordinate representation of color #46CBCD: hue angle of 180.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CBCD is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 205 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.20 |
| HSL | 180.89º | 0.57% | 0.54% | - |
| HSV(B) | 180.89º | 0.66% | 0.8% | - |
| XYZ | 34.9 | 48.42 | 65.26 | - |
| YUV | 163.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 205 | 0.66 | 0.01 | 0 | 0.20 | 180.89 | 0.57 | 0.54 |
| Hex | 46 | CB | CD | 42 | 1 | 0 | 14 | B5 | 39 | 36 |
| Octal | 106 | 313 | 315 | 102 | 1 | 0 | 24 | 265 | 71 | 66 |
| Binary | 1000110 | 11001011 | 11001101 | 1000010 | 1 | 0 | 10100 | 10110101 | 111001 | 110110 |
Color Harmonies of #46CBCD
Complementary color
Monochromatic Colors of #46CBCD
Black with #46CBCD
Text Example
Text Example
White with #46CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CBCD; }
p { color: rgb(70,203,205); }
H1.HeaderClassName
{
color: #46CBCD;
}
.AnyTagClassName
{
color: #46CBCD;
}
</style>
background-color css
<style>
a { background-color: #46CBCD; }
a { background-color: rgb(70,203,205); }
div.DivClassName
{
background-color: #46CBCD;
}
.BgClassName
{
background-color: #46CBCD;
}
</style>
border-color css
<style>
span { border-color: #46CBCD; }
span { border-color: rgb(70,203,205); }
td.TdClassName
{
border-color: #46CBCD;
}
.TagClassName
{
border-color: #46CBCD;
}
</style>