Shades of Pale Turquoise #BFF9FA
Tints of Pale Turquoise #BFF9FA
RGB
CMYK
RGB Variations
Color information
#BFF9FA (or 0xBFF9FA) is known color: Pale Turquoise. HEX triplet: BF, F9 and FA. RGB value is (191,249,250). Sum of RGB (Red+Green+Blue) = 191+249+250=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9FA is #400605. Grayscale: #E7E7E7. Windows color (decimal): -4195846 or 16447935. OLE color: 16447935.
HSL color Cylindrical-coordinate representation of color #BFF9FA: hue angle of 181.02º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF9FA is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 250 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.02 |
| HSL | 181.02º | 0.86% | 0.86% | - |
| HSV(B) | 181.02º | 0.24% | 0.98% | - |
| XYZ | 72.62 | 85.73 | 103.16 | - |
| YUV | 231.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 250 | 0.24 | 0.00 | 0 | 0.02 | 181.02 | 0.86 | 0.86 |
| Hex | BF | F9 | FA | 18 | 0 | 0 | 2 | B5 | 56 | 56 |
| Octal | 277 | 371 | 372 | 30 | 0 | 0 | 2 | 265 | 126 | 126 |
| Binary | 10111111 | 11111001 | 11111010 | 11000 | 0 | 0 | 10 | 10110101 | 1010110 | 1010110 |
Color Harmonies of #BFF9FA
Complementary color
Monochromatic Colors of #BFF9FA
Black with #BFF9FA
Text Example
Text Example
White with #BFF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9FA; }
p { color: rgb(191,249,250); }
H1.HeaderClassName
{
color: #BFF9FA;
}
.AnyTagClassName
{
color: #BFF9FA;
}
</style>
background-color css
<style>
a { background-color: #BFF9FA; }
a { background-color: rgb(191,249,250); }
div.DivClassName
{
background-color: #BFF9FA;
}
.BgClassName
{
background-color: #BFF9FA;
}
</style>
border-color css
<style>
span { border-color: #BFF9FA; }
span { border-color: rgb(191,249,250); }
td.TdClassName
{
border-color: #BFF9FA;
}
.TagClassName
{
border-color: #BFF9FA;
}
</style>