Shades of Pale Turquoise #B6FAF6
Tints of Pale Turquoise #B6FAF6
RGB
CMYK
RGB Variations
Color information
#B6FAF6 (or 0xB6FAF6) is known color: Pale Turquoise. HEX triplet: B6, FA and F6. RGB value is (182,250,246). Sum of RGB (Red+Green+Blue) = 182+250+246=678 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.84% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FAF6 is #490509. Grayscale: #E5E5E5. Windows color (decimal): -4785418 or 16186038. OLE color: 16186038.
HSL color Cylindrical-coordinate representation of color #B6FAF6: hue angle of 176.47º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FAF6 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 250 | 246 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.02 |
| HSL | 176.47º | 0.87% | 0.85% | - |
| HSV(B) | 176.47º | 0.27% | 0.98% | - |
| XYZ | 70.11 | 84.97 | 99.89 | - |
| YUV | 229.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 250 | 246 | 0.27 | 0 | 0.02 | 0.02 | 176.47 | 0.87 | 0.85 |
| Hex | B6 | FA | F6 | 1B | 0 | 2 | 2 | B0 | 57 | 55 |
| Octal | 266 | 372 | 366 | 33 | 0 | 2 | 2 | 260 | 127 | 125 |
| Binary | 10110110 | 11111010 | 11110110 | 11011 | 0 | 10 | 10 | 10110000 | 1010111 | 1010101 |
Color Harmonies of #B6FAF6
Complementary color
Monochromatic Colors of #B6FAF6
Black with #B6FAF6
Text Example
Text Example
White with #B6FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FAF6; }
p { color: rgb(182,250,246); }
H1.HeaderClassName
{
color: #B6FAF6;
}
.AnyTagClassName
{
color: #B6FAF6;
}
</style>
background-color css
<style>
a { background-color: #B6FAF6; }
a { background-color: rgb(182,250,246); }
div.DivClassName
{
background-color: #B6FAF6;
}
.BgClassName
{
background-color: #B6FAF6;
}
</style>
border-color css
<style>
span { border-color: #B6FAF6; }
span { border-color: rgb(182,250,246); }
td.TdClassName
{
border-color: #B6FAF6;
}
.TagClassName
{
border-color: #B6FAF6;
}
</style>