Shades of Medium Turquoise #46CBBD
Tints of Medium Turquoise #46CBBD
RGB
CMYK
RGB Variations
Color information
#46CBBD (or 0x46CBBD) is known color: Medium Turquoise. HEX triplet: 46, CB and BD. RGB value is (70,203,189). Sum of RGB (Red+Green+Blue) = 70+203+189=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #46CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBBD is #B93442. Grayscale: #A1A1A1. Windows color (decimal): -12137539 or 12438342. OLE color: 12438342.
HSL color Cylindrical-coordinate representation of color #46CBBD: hue angle of 173.68º degrees, saturation: 0.56, 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 #46CBBD is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 189 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.20 |
| HSL | 173.68º | 0.56% | 0.54% | - |
| HSV(B) | 173.68º | 0.66% | 0.8% | - |
| XYZ | 33.07 | 47.69 | 55.61 | - |
| YUV | 161.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 189 | 0.66 | 0 | 0.07 | 0.20 | 173.68 | 0.56 | 0.54 |
| Hex | 46 | CB | BD | 42 | 0 | 7 | 14 | AE | 38 | 36 |
| Octal | 106 | 313 | 275 | 102 | 0 | 7 | 24 | 256 | 70 | 66 |
| Binary | 1000110 | 11001011 | 10111101 | 1000010 | 0 | 111 | 10100 | 10101110 | 111000 | 110110 |
Color Harmonies of #46CBBD
Complementary color
Monochromatic Colors of #46CBBD
Black with #46CBBD
Text Example
Text Example
White with #46CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CBBD; }
p { color: rgb(70,203,189); }
H1.HeaderClassName
{
color: #46CBBD;
}
.AnyTagClassName
{
color: #46CBBD;
}
</style>
background-color css
<style>
a { background-color: #46CBBD; }
a { background-color: rgb(70,203,189); }
div.DivClassName
{
background-color: #46CBBD;
}
.BgClassName
{
background-color: #46CBBD;
}
</style>
border-color css
<style>
span { border-color: #46CBBD; }
span { border-color: rgb(70,203,189); }
td.TdClassName
{
border-color: #46CBBD;
}
.TagClassName
{
border-color: #46CBBD;
}
</style>