Shades of Turquoise #46D9EE
Tints of Turquoise #46D9EE
RGB
CMYK
RGB Variations
Color information
#46D9EE (or 0x46D9EE) is known color: Turquoise. HEX triplet: 46, D9 and EE. RGB value is (70,217,238). Sum of RGB (Red+Green+Blue) = 70+217+238=525 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.33% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #46D9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D9EE is #B92611. Grayscale: #AFAFAF. Windows color (decimal): -12133906 or 15653190. OLE color: 15653190.
HSL color Cylindrical-coordinate representation of color #46D9EE: hue angle of 187.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46D9EE is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 217 | 238 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.07 |
| HSL | 187.5º | 0.83% | 0.6% | - |
| HSV(B) | 187.5º | 0.71% | 0.93% | - |
| XYZ | 42.77 | 57.1 | 89.66 | - |
| YUV | 175.44 | 163.3 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 217 | 238 | 0.71 | 0.09 | 0 | 0.07 | 187.5 | 0.83 | 0.6 |
| Hex | 46 | D9 | EE | 47 | 9 | 0 | 7 | BC | 53 | 3C |
| Octal | 106 | 331 | 356 | 107 | 11 | 0 | 7 | 274 | 123 | 74 |
| Binary | 1000110 | 11011001 | 11101110 | 1000111 | 1001 | 0 | 111 | 10111100 | 1010011 | 111100 |
Color Harmonies of #46D9EE
Complementary color
Monochromatic Colors of #46D9EE
Black with #46D9EE
Text Example
Text Example
White with #46D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D9EE; }
p { color: rgb(70,217,238); }
H1.HeaderClassName
{
color: #46D9EE;
}
.AnyTagClassName
{
color: #46D9EE;
}
</style>
background-color css
<style>
a { background-color: #46D9EE; }
a { background-color: rgb(70,217,238); }
div.DivClassName
{
background-color: #46D9EE;
}
.BgClassName
{
background-color: #46D9EE;
}
</style>
border-color css
<style>
span { border-color: #46D9EE; }
span { border-color: rgb(70,217,238); }
td.TdClassName
{
border-color: #46D9EE;
}
.TagClassName
{
border-color: #46D9EE;
}
</style>