Shades of Medium Turquoise #46CBDF
Tints of Medium Turquoise #46CBDF
RGB
CMYK
RGB Variations
Color information
#46CBDF (or 0x46CBDF) is known color: Medium Turquoise. HEX triplet: 46, CB and DF. RGB value is (70,203,223). Sum of RGB (Red+Green+Blue) = 70+203+223=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #46CBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBDF is #B93420. Grayscale: #A5A5A5. Windows color (decimal): -12137505 or 14666566. OLE color: 14666566.
HSL color Cylindrical-coordinate representation of color #46CBDF: hue angle of 187.84º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CBDF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 203 | 223 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.13 |
| HSL | 187.84º | 0.71% | 0.57% | - |
| HSV(B) | 187.84º | 0.69% | 0.87% | - |
| XYZ | 37.2 | 49.34 | 77.38 | - |
| YUV | 165.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 223 | 0.69 | 0.09 | 0 | 0.13 | 187.84 | 0.71 | 0.57 |
| Hex | 46 | CB | DF | 45 | 9 | 0 | D | BC | 47 | 39 |
| Octal | 106 | 313 | 337 | 105 | 11 | 0 | 15 | 274 | 107 | 71 |
| Binary | 1000110 | 11001011 | 11011111 | 1000101 | 1001 | 0 | 1101 | 10111100 | 1000111 | 111001 |
Color Harmonies of #46CBDF
Complementary color
Monochromatic Colors of #46CBDF
Black with #46CBDF
Text Example
Text Example
White with #46CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CBDF; }
p { color: rgb(70,203,223); }
H1.HeaderClassName
{
color: #46CBDF;
}
.AnyTagClassName
{
color: #46CBDF;
}
</style>
background-color css
<style>
a { background-color: #46CBDF; }
a { background-color: rgb(70,203,223); }
div.DivClassName
{
background-color: #46CBDF;
}
.BgClassName
{
background-color: #46CBDF;
}
</style>
border-color css
<style>
span { border-color: #46CBDF; }
span { border-color: rgb(70,203,223); }
td.TdClassName
{
border-color: #46CBDF;
}
.TagClassName
{
border-color: #46CBDF;
}
</style>