Shades of Medium Turquoise #46CCDF
Tints of Medium Turquoise #46CCDF
RGB
CMYK
RGB Variations
Color information
#46CCDF (or 0x46CCDF) is known color: Medium Turquoise. HEX triplet: 46, CC and DF. RGB value is (70,204,223). Sum of RGB (Red+Green+Blue) = 70+204+223=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #46CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCDF is #B93320. Grayscale: #A5A5A5. Windows color (decimal): -12137249 or 14666822. OLE color: 14666822.
HSL color Cylindrical-coordinate representation of color #46CCDF: hue angle of 187.45º 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 #46CCDF is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 204 | 223 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.13 |
| HSL | 187.45º | 0.71% | 0.57% | - |
| HSV(B) | 187.45º | 0.69% | 0.87% | - |
| XYZ | 37.44 | 49.82 | 77.45 | - |
| YUV | 166.1 | 160.11 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 223 | 0.69 | 0.09 | 0 | 0.13 | 187.45 | 0.71 | 0.57 |
| Hex | 46 | CC | DF | 45 | 9 | 0 | D | BB | 47 | 39 |
| Octal | 106 | 314 | 337 | 105 | 11 | 0 | 15 | 273 | 107 | 71 |
| Binary | 1000110 | 11001100 | 11011111 | 1000101 | 1001 | 0 | 1101 | 10111011 | 1000111 | 111001 |
Color Harmonies of #46CCDF
Complementary color
Monochromatic Colors of #46CCDF
Black with #46CCDF
Text Example
Text Example
White with #46CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CCDF; }
p { color: rgb(70,204,223); }
H1.HeaderClassName
{
color: #46CCDF;
}
.AnyTagClassName
{
color: #46CCDF;
}
</style>
background-color css
<style>
a { background-color: #46CCDF; }
a { background-color: rgb(70,204,223); }
div.DivClassName
{
background-color: #46CCDF;
}
.BgClassName
{
background-color: #46CCDF;
}
</style>
border-color css
<style>
span { border-color: #46CCDF; }
span { border-color: rgb(70,204,223); }
td.TdClassName
{
border-color: #46CCDF;
}
.TagClassName
{
border-color: #46CCDF;
}
</style>