Shades of Turquoise #46DFF2
Tints of Turquoise #46DFF2
RGB
CMYK
RGB Variations
Color information
#46DFF2 (or 0x46DFF2) is known color: Turquoise. HEX triplet: 46, DF and F2. RGB value is (70,223,242). Sum of RGB (Red+Green+Blue) = 70+223+242=535 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.08% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #46DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DFF2 is #B9200D. Grayscale: #B3B3B3. Windows color (decimal): -12132366 or 15916870. OLE color: 15916870.
HSL color Cylindrical-coordinate representation of color #46DFF2: hue angle of 186.63º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46DFF2 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 223 | 242 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.05 |
| HSL | 186.63º | 0.87% | 0.61% | - |
| HSV(B) | 186.63º | 0.71% | 0.95% | - |
| XYZ | 44.94 | 60.49 | 93.31 | - |
| YUV | 179.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 242 | 0.71 | 0.08 | 0 | 0.05 | 186.63 | 0.87 | 0.61 |
| Hex | 46 | DF | F2 | 47 | 8 | 0 | 5 | BB | 57 | 3D |
| Octal | 106 | 337 | 362 | 107 | 10 | 0 | 5 | 273 | 127 | 75 |
| Binary | 1000110 | 11011111 | 11110010 | 1000111 | 1000 | 0 | 101 | 10111011 | 1010111 | 111101 |
Color Harmonies of #46DFF2
Complementary color
Monochromatic Colors of #46DFF2
Black with #46DFF2
Text Example
Text Example
White with #46DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DFF2; }
p { color: rgb(70,223,242); }
H1.HeaderClassName
{
color: #46DFF2;
}
.AnyTagClassName
{
color: #46DFF2;
}
</style>
background-color css
<style>
a { background-color: #46DFF2; }
a { background-color: rgb(70,223,242); }
div.DivClassName
{
background-color: #46DFF2;
}
.BgClassName
{
background-color: #46DFF2;
}
</style>
border-color css
<style>
span { border-color: #46DFF2; }
span { border-color: rgb(70,223,242); }
td.TdClassName
{
border-color: #46DFF2;
}
.TagClassName
{
border-color: #46DFF2;
}
</style>