Shades of Pale Turquoise #B6F8FA
Tints of Pale Turquoise #B6F8FA
RGB
CMYK
RGB Variations
Color information
#B6F8FA (or 0xB6F8FA) is known color: Pale Turquoise. HEX triplet: B6, F8 and FA. RGB value is (182,248,250). Sum of RGB (Red+Green+Blue) = 182+248+250=680 (90% of max value = 765). Red value is 182 (71.48% from 255 or 26.76% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F8FA is #490705. Grayscale: #E4E4E4. Windows color (decimal): -4785926 or 16447670. OLE color: 16447670.
HSL color Cylindrical-coordinate representation of color #B6F8FA: hue angle of 181.76º 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 #B6F8FA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 248 | 250 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.02 |
| HSL | 181.76º | 0.87% | 0.85% | - |
| HSV(B) | 181.76º | 0.27% | 0.98% | - |
| XYZ | 70.11 | 83.98 | 102.96 | - |
| YUV | 228.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 248 | 250 | 0.27 | 0.01 | 0 | 0.02 | 181.76 | 0.87 | 0.85 |
| Hex | B6 | F8 | FA | 1B | 1 | 0 | 2 | B6 | 57 | 55 |
| Octal | 266 | 370 | 372 | 33 | 1 | 0 | 2 | 266 | 127 | 125 |
| Binary | 10110110 | 11111000 | 11111010 | 11011 | 1 | 0 | 10 | 10110110 | 1010111 | 1010101 |
Color Harmonies of #B6F8FA
Complementary color
Monochromatic Colors of #B6F8FA
Black with #B6F8FA
Text Example
Text Example
White with #B6F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F8FA; }
p { color: rgb(182,248,250); }
H1.HeaderClassName
{
color: #B6F8FA;
}
.AnyTagClassName
{
color: #B6F8FA;
}
</style>
background-color css
<style>
a { background-color: #B6F8FA; }
a { background-color: rgb(182,248,250); }
div.DivClassName
{
background-color: #B6F8FA;
}
.BgClassName
{
background-color: #B6F8FA;
}
</style>
border-color css
<style>
span { border-color: #B6F8FA; }
span { border-color: rgb(182,248,250); }
td.TdClassName
{
border-color: #B6F8FA;
}
.TagClassName
{
border-color: #B6F8FA;
}
</style>