Shades of Turquoise #46DFE7
Tints of Turquoise #46DFE7
RGB
CMYK
RGB Variations
Color information
#46DFE7 (or 0x46DFE7) is known color: Turquoise. HEX triplet: 46, DF and E7. RGB value is (70,223,231). Sum of RGB (Red+Green+Blue) = 70+223+231=524 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.36% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #46DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DFE7 is #B92018. Grayscale: #B1B1B1. Windows color (decimal): -12132377 or 15195974. OLE color: 15195974.
HSL color Cylindrical-coordinate representation of color #46DFE7: hue angle of 182.98º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46DFE7 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 223 | 231 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.09 |
| HSL | 182.98º | 0.77% | 0.59% | - |
| HSV(B) | 182.98º | 0.7% | 0.91% | - |
| XYZ | 43.34 | 59.85 | 84.87 | - |
| YUV | 178.17 | 157.81 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 231 | 0.70 | 0.03 | 0 | 0.09 | 182.98 | 0.77 | 0.59 |
| Hex | 46 | DF | E7 | 46 | 3 | 0 | 9 | B7 | 4D | 3B |
| Octal | 106 | 337 | 347 | 106 | 3 | 0 | 11 | 267 | 115 | 73 |
| Binary | 1000110 | 11011111 | 11100111 | 1000110 | 11 | 0 | 1001 | 10110111 | 1001101 | 111011 |
Color Harmonies of #46DFE7
Complementary color
Monochromatic Colors of #46DFE7
Black with #46DFE7
Text Example
Text Example
White with #46DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFE7; }
p { color: rgb(70,223,231); }
H1.HeaderClassName
{
color: #46DFE7;
}
.AnyTagClassName
{
color: #46DFE7;
}
</style>
background-color css
<style>
a { background-color: #46DFE7; }
a { background-color: rgb(70,223,231); }
div.DivClassName
{
background-color: #46DFE7;
}
.BgClassName
{
background-color: #46DFE7;
}
</style>
border-color css
<style>
span { border-color: #46DFE7; }
span { border-color: rgb(70,223,231); }
td.TdClassName
{
border-color: #46DFE7;
}
.TagClassName
{
border-color: #46DFE7;
}
</style>