Shades of Pale Turquoise #BFF9FF
Tints of Pale Turquoise #BFF9FF
RGB
CMYK
RGB Variations
Color information
#BFF9FF (or 0xBFF9FF) is known color: Pale Turquoise. HEX triplet: BF, F9 and FF. RGB value is (191,249,255). Sum of RGB (Red+Green+Blue) = 191+249+255=695 (92% of max value = 765). Red value is 191 (75% from 255 or 27.48% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9FF is #400600. Grayscale: #E8E8E8. Windows color (decimal): -4195841 or 16775615. OLE color: 16775615.
HSL color Cylindrical-coordinate representation of color #BFF9FF: hue angle of 185.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF9FF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 249 | 255 | - |
| CMYK | 0.25 | 0.02 | 0 | 0 |
| HSL | 185.63º | 1% | 0.87% | - |
| HSV(B) | 185.63º | 0.25% | 1% | - |
| XYZ | 73.41 | 86.05 | 107.35 | - |
| YUV | 232.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 255 | 0.25 | 0.02 | 0 | 0 | 185.63 | 1 | 0.87 |
| Hex | BF | F9 | FF | 19 | 2 | 0 | 0 | BA | 64 | 57 |
| Octal | 277 | 371 | 377 | 31 | 2 | 0 | 0 | 272 | 144 | 127 |
| Binary | 10111111 | 11111001 | 11111111 | 11001 | 10 | 0 | 0 | 10111010 | 1100100 | 1010111 |
Color Harmonies of #BFF9FF
Complementary color
Monochromatic Colors of #BFF9FF
Black with #BFF9FF
Text Example
Text Example
White with #BFF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9FF; }
p { color: rgb(191,249,255); }
H1.HeaderClassName
{
color: #BFF9FF;
}
.AnyTagClassName
{
color: #BFF9FF;
}
</style>
background-color css
<style>
a { background-color: #BFF9FF; }
a { background-color: rgb(191,249,255); }
div.DivClassName
{
background-color: #BFF9FF;
}
.BgClassName
{
background-color: #BFF9FF;
}
</style>
border-color css
<style>
span { border-color: #BFF9FF; }
span { border-color: rgb(191,249,255); }
td.TdClassName
{
border-color: #BFF9FF;
}
.TagClassName
{
border-color: #BFF9FF;
}
</style>