Shades of Turquoise #46EECB
Tints of Turquoise #46EECB
RGB
CMYK
RGB Variations
Color information
#46EECB (or 0x46EECB) is known color: Turquoise. HEX triplet: 46, EE and CB. RGB value is (70,238,203). Sum of RGB (Red+Green+Blue) = 70+238+203=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #46EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EECB is #B91134. Grayscale: #B7B7B7. Windows color (decimal): -12128565 or 13364806. OLE color: 13364806.
HSL color Cylindrical-coordinate representation of color #46EECB: hue angle of 167.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 #46EECB is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 203 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.07 |
| HSL | 167.5º | 0.83% | 0.6% | - |
| HSV(B) | 167.5º | 0.71% | 0.93% | - |
| XYZ | 43.88 | 66.76 | 67.07 | - |
| YUV | 183.78 | 138.84 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 203 | 0.71 | 0 | 0.15 | 0.07 | 167.5 | 0.83 | 0.6 |
| Hex | 46 | EE | CB | 47 | 0 | F | 7 | A8 | 53 | 3C |
| Octal | 106 | 356 | 313 | 107 | 0 | 17 | 7 | 250 | 123 | 74 |
| Binary | 1000110 | 11101110 | 11001011 | 1000111 | 0 | 1111 | 111 | 10101000 | 1010011 | 111100 |
Color Harmonies of #46EECB
Complementary color
Monochromatic Colors of #46EECB
Black with #46EECB
Text Example
Text Example
White with #46EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EECB; }
p { color: rgb(70,238,203); }
H1.HeaderClassName
{
color: #46EECB;
}
.AnyTagClassName
{
color: #46EECB;
}
</style>
background-color css
<style>
a { background-color: #46EECB; }
a { background-color: rgb(70,238,203); }
div.DivClassName
{
background-color: #46EECB;
}
.BgClassName
{
background-color: #46EECB;
}
</style>
border-color css
<style>
span { border-color: #46EECB; }
span { border-color: rgb(70,238,203); }
td.TdClassName
{
border-color: #46EECB;
}
.TagClassName
{
border-color: #46EECB;
}
</style>