Shades of Pale Turquoise #B6FFF7
Tints of Pale Turquoise #B6FFF7
RGB
CMYK
RGB Variations
Color information
#B6FFF7 (or 0xB6FFF7) is known color: Pale Turquoise. HEX triplet: B6, FF and F7. RGB value is (182,255,247). Sum of RGB (Red+Green+Blue) = 182+255+247=684 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.61% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFF7 is #490008. Grayscale: #E8E8E8. Windows color (decimal): -4784137 or 16252854. OLE color: 16252854.
HSL color Cylindrical-coordinate representation of color #B6FFF7: hue angle of 173.42º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFF7 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 247 | - |
| CMYK | 0.29 | 0 | 0.03 | 0 |
| HSL | 173.42º | 1% | 0.86% | - |
| HSV(B) | 173.42º | 0.29% | 1% | - |
| XYZ | 71.84 | 88.18 | 101.23 | - |
| YUV | 232.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 247 | 0.29 | 0 | 0.03 | 0 | 173.42 | 1 | 0.86 |
| Hex | B6 | FF | F7 | 1D | 0 | 3 | 0 | AD | 64 | 56 |
| Octal | 266 | 377 | 367 | 35 | 0 | 3 | 0 | 255 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11110111 | 11101 | 0 | 11 | 0 | 10101101 | 1100100 | 1010110 |
Color Harmonies of #B6FFF7
Complementary color
Monochromatic Colors of #B6FFF7
Black with #B6FFF7
Text Example
Text Example
White with #B6FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFF7; }
p { color: rgb(182,255,247); }
H1.HeaderClassName
{
color: #B6FFF7;
}
.AnyTagClassName
{
color: #B6FFF7;
}
</style>
background-color css
<style>
a { background-color: #B6FFF7; }
a { background-color: rgb(182,255,247); }
div.DivClassName
{
background-color: #B6FFF7;
}
.BgClassName
{
background-color: #B6FFF7;
}
</style>
border-color css
<style>
span { border-color: #B6FFF7; }
span { border-color: rgb(182,255,247); }
td.TdClassName
{
border-color: #B6FFF7;
}
.TagClassName
{
border-color: #B6FFF7;
}
</style>