Shades of Pale Turquoise #B6FEFF
Tints of Pale Turquoise #B6FEFF
RGB
CMYK
RGB Variations
Color information
#B6FEFF (or 0xB6FEFF) is known color: Pale Turquoise. HEX triplet: B6, FE and FF. RGB value is (182,254,255). Sum of RGB (Red+Green+Blue) = 182+254+255=691 (91% of max value = 765). Red value is 182 (71.48% from 255 or 26.34% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FEFF is #490100. Grayscale: #E8E8E8. Windows color (decimal): -4784385 or 16776886. OLE color: 16776886.
HSL color Cylindrical-coordinate representation of color #B6FEFF: hue angle of 180.82º 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 #B6FEFF is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 254 | 255 | - |
| CMYK | 0.29 | 0.00 | 0 | 0 |
| HSL | 180.82º | 1% | 0.86% | - |
| HSV(B) | 180.82º | 0.29% | 1% | - |
| XYZ | 72.78 | 88.05 | 107.77 | - |
| YUV | 232.59 | 140.65 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 255 | 0.29 | 0.00 | 0 | 0 | 180.82 | 1 | 0.86 |
| Hex | B6 | FE | FF | 1D | 0 | 0 | 0 | B5 | 64 | 56 |
| Octal | 266 | 376 | 377 | 35 | 0 | 0 | 0 | 265 | 144 | 126 |
| Binary | 10110110 | 11111110 | 11111111 | 11101 | 0 | 0 | 0 | 10110101 | 1100100 | 1010110 |
Color Harmonies of #B6FEFF
Complementary color
Monochromatic Colors of #B6FEFF
Black with #B6FEFF
Text Example
Text Example
White with #B6FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FEFF; }
p { color: rgb(182,254,255); }
H1.HeaderClassName
{
color: #B6FEFF;
}
.AnyTagClassName
{
color: #B6FEFF;
}
</style>
background-color css
<style>
a { background-color: #B6FEFF; }
a { background-color: rgb(182,254,255); }
div.DivClassName
{
background-color: #B6FEFF;
}
.BgClassName
{
background-color: #B6FEFF;
}
</style>
border-color css
<style>
span { border-color: #B6FEFF; }
span { border-color: rgb(182,254,255); }
td.TdClassName
{
border-color: #B6FEFF;
}
.TagClassName
{
border-color: #B6FEFF;
}
</style>