Shades of Pale Turquoise #B6F7FA
Tints of Pale Turquoise #B6F7FA
RGB
CMYK
RGB Variations
Color information
#B6F7FA (or 0xB6F7FA) is known color: Pale Turquoise. HEX triplet: B6, F7 and FA. RGB value is (182,247,250). Sum of RGB (Red+Green+Blue) = 182+247+250=679 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.80% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6F7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F7FA is #490805. Grayscale: #E3E3E3. Windows color (decimal): -4786182 or 16447414. OLE color: 16447414.
HSL color Cylindrical-coordinate representation of color #B6F7FA: hue angle of 182.65º 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 #B6F7FA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 247 | 250 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.02 |
| HSL | 182.65º | 0.87% | 0.85% | - |
| HSV(B) | 182.65º | 0.27% | 0.98% | - |
| XYZ | 69.81 | 83.37 | 102.86 | - |
| YUV | 227.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 247 | 250 | 0.27 | 0.01 | 0 | 0.02 | 182.65 | 0.87 | 0.85 |
| Hex | B6 | F7 | FA | 1B | 1 | 0 | 2 | B7 | 57 | 55 |
| Octal | 266 | 367 | 372 | 33 | 1 | 0 | 2 | 267 | 127 | 125 |
| Binary | 10110110 | 11110111 | 11111010 | 11011 | 1 | 0 | 10 | 10110111 | 1010111 | 1010101 |
Color Harmonies of #B6F7FA
Complementary color
Monochromatic Colors of #B6F7FA
Black with #B6F7FA
Text Example
Text Example
White with #B6F7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F7FA; }
p { color: rgb(182,247,250); }
H1.HeaderClassName
{
color: #B6F7FA;
}
.AnyTagClassName
{
color: #B6F7FA;
}
</style>
background-color css
<style>
a { background-color: #B6F7FA; }
a { background-color: rgb(182,247,250); }
div.DivClassName
{
background-color: #B6F7FA;
}
.BgClassName
{
background-color: #B6F7FA;
}
</style>
border-color css
<style>
span { border-color: #B6F7FA; }
span { border-color: rgb(182,247,250); }
td.TdClassName
{
border-color: #B6F7FA;
}
.TagClassName
{
border-color: #B6F7FA;
}
</style>