Shades of Pale Turquoise #B6F3FB
Tints of Pale Turquoise #B6F3FB
RGB
CMYK
RGB Variations
Color information
#B6F3FB (or 0xB6F3FB) is known color: Pale Turquoise. HEX triplet: B6, F3 and FB. RGB value is (182,243,251). Sum of RGB (Red+Green+Blue) = 182+243+251=676 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.92% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6F3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F3FB is #490C04. Grayscale: #E1E1E1. Windows color (decimal): -4787205 or 16511926. OLE color: 16511926.
HSL color Cylindrical-coordinate representation of color #B6F3FB: hue angle of 186.96º degrees, saturation: 0.9, 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 #B6F3FB is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 243 | 251 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.02 |
| HSL | 186.96º | 0.9% | 0.85% | - |
| HSV(B) | 186.96º | 0.27% | 0.98% | - |
| XYZ | 68.75 | 81.01 | 103.28 | - |
| YUV | 225.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 243 | 251 | 0.27 | 0.03 | 0 | 0.02 | 186.96 | 0.9 | 0.85 |
| Hex | B6 | F3 | FB | 1B | 3 | 0 | 2 | BB | 5A | 55 |
| Octal | 266 | 363 | 373 | 33 | 3 | 0 | 2 | 273 | 132 | 125 |
| Binary | 10110110 | 11110011 | 11111011 | 11011 | 11 | 0 | 10 | 10111011 | 1011010 | 1010101 |
Color Harmonies of #B6F3FB
Complementary color
Monochromatic Colors of #B6F3FB
Black with #B6F3FB
Text Example
Text Example
White with #B6F3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F3FB; }
p { color: rgb(182,243,251); }
H1.HeaderClassName
{
color: #B6F3FB;
}
.AnyTagClassName
{
color: #B6F3FB;
}
</style>
background-color css
<style>
a { background-color: #B6F3FB; }
a { background-color: rgb(182,243,251); }
div.DivClassName
{
background-color: #B6F3FB;
}
.BgClassName
{
background-color: #B6F3FB;
}
</style>
border-color css
<style>
span { border-color: #B6F3FB; }
span { border-color: rgb(182,243,251); }
td.TdClassName
{
border-color: #B6F3FB;
}
.TagClassName
{
border-color: #B6F3FB;
}
</style>