Shades of Pale Turquoise #B6FFFF
Tints of Pale Turquoise #B6FFFF
RGB
CMYK
RGB Variations
Color information
#B6FFFF (or 0xB6FFFF) is known color: Pale Turquoise. HEX triplet: B6, FF and FF. RGB value is (182,255,255). Sum of RGB (Red+Green+Blue) = 182+255+255=692 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.30% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #B6FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FFFF is #490000. Grayscale: #E9E9E9. Windows color (decimal): -4784129 or 16777142. OLE color: 16777142.
HSL color Cylindrical-coordinate representation of color #B6FFFF: hue angle of 180º 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 #B6FFFF is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 255 | - |
| CMYK | 0.29 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.86% | - |
| HSV(B) | 180º | 0.29% | 1% | - |
| XYZ | 73.1 | 88.69 | 107.87 | - |
| YUV | 233.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 255 | 0.29 | 0 | 0 | 0 | 180 | 1 | 0.86 |
| Hex | B6 | FF | FF | 1D | 0 | 0 | 0 | B4 | 64 | 56 |
| Octal | 266 | 377 | 377 | 35 | 0 | 0 | 0 | 264 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11111111 | 11101 | 0 | 0 | 0 | 10110100 | 1100100 | 1010110 |
Color Harmonies of #B6FFFF
Complementary color
Monochromatic Colors of #B6FFFF
Black with #B6FFFF
Text Example
Text Example
White with #B6FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFFF; }
p { color: rgb(182,255,255); }
H1.HeaderClassName
{
color: #B6FFFF;
}
.AnyTagClassName
{
color: #B6FFFF;
}
</style>
background-color css
<style>
a { background-color: #B6FFFF; }
a { background-color: rgb(182,255,255); }
div.DivClassName
{
background-color: #B6FFFF;
}
.BgClassName
{
background-color: #B6FFFF;
}
</style>
border-color css
<style>
span { border-color: #B6FFFF; }
span { border-color: rgb(182,255,255); }
td.TdClassName
{
border-color: #B6FFFF;
}
.TagClassName
{
border-color: #B6FFFF;
}
</style>