Shades of Pale Turquoise #BFF1F0
Tints of Pale Turquoise #BFF1F0
RGB
CMYK
RGB Variations
Color information
#BFF1F0 (or 0xBFF1F0) is known color: Pale Turquoise. HEX triplet: BF, F1 and F0. RGB value is (191,241,240). Sum of RGB (Red+Green+Blue) = 191+241+240=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1F0 is #400E0F. Grayscale: #E1E1E1. Windows color (decimal): -4197904 or 15790527. OLE color: 15790527.
HSL color Cylindrical-coordinate representation of color #BFF1F0: hue angle of 178.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1F0 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 240 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.05 |
| HSL | 178.8º | 0.64% | 0.85% | - |
| HSV(B) | 178.8º | 0.21% | 0.95% | - |
| XYZ | 68.67 | 80.28 | 94.31 | - |
| YUV | 225.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 240 | 0.21 | 0 | 0.00 | 0.05 | 178.8 | 0.64 | 0.85 |
| Hex | BF | F1 | F0 | 15 | 0 | 0 | 5 | B3 | 40 | 55 |
| Octal | 277 | 361 | 360 | 25 | 0 | 0 | 5 | 263 | 100 | 125 |
| Binary | 10111111 | 11110001 | 11110000 | 10101 | 0 | 0 | 101 | 10110011 | 1000000 | 1010101 |
Color Harmonies of #BFF1F0
Complementary color
Monochromatic Colors of #BFF1F0
Black with #BFF1F0
Text Example
Text Example
White with #BFF1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1F0; }
p { color: rgb(191,241,240); }
H1.HeaderClassName
{
color: #BFF1F0;
}
.AnyTagClassName
{
color: #BFF1F0;
}
</style>
background-color css
<style>
a { background-color: #BFF1F0; }
a { background-color: rgb(191,241,240); }
div.DivClassName
{
background-color: #BFF1F0;
}
.BgClassName
{
background-color: #BFF1F0;
}
</style>
border-color css
<style>
span { border-color: #BFF1F0; }
span { border-color: rgb(191,241,240); }
td.TdClassName
{
border-color: #BFF1F0;
}
.TagClassName
{
border-color: #BFF1F0;
}
</style>