Shades of Pale Turquoise #BFF9F2
Tints of Pale Turquoise #BFF9F2
RGB
CMYK
RGB Variations
Color information
#BFF9F2 (or 0xBFF9F2) is known color: Pale Turquoise. HEX triplet: BF, F9 and F2. RGB value is (191,249,242). Sum of RGB (Red+Green+Blue) = 191+249+242=682 (90% of max value = 765). Red value is 191 (75% from 255 or 28.01% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9F2 is #40060D. Grayscale: #E6E6E6. Windows color (decimal): -4195854 or 15923647. OLE color: 15923647.
HSL color Cylindrical-coordinate representation of color #BFF9F2: hue angle of 172.76º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9F2 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 242 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.02 |
| HSL | 172.76º | 0.83% | 0.86% | - |
| HSV(B) | 172.76º | 0.23% | 0.98% | - |
| XYZ | 71.39 | 85.24 | 96.69 | - |
| YUV | 230.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 242 | 0.23 | 0 | 0.03 | 0.02 | 172.76 | 0.83 | 0.86 |
| Hex | BF | F9 | F2 | 17 | 0 | 3 | 2 | AD | 53 | 56 |
| Octal | 277 | 371 | 362 | 27 | 0 | 3 | 2 | 255 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11110010 | 10111 | 0 | 11 | 10 | 10101101 | 1010011 | 1010110 |
Color Harmonies of #BFF9F2
Complementary color
Monochromatic Colors of #BFF9F2
Black with #BFF9F2
Text Example
Text Example
White with #BFF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9F2; }
p { color: rgb(191,249,242); }
H1.HeaderClassName
{
color: #BFF9F2;
}
.AnyTagClassName
{
color: #BFF9F2;
}
</style>
background-color css
<style>
a { background-color: #BFF9F2; }
a { background-color: rgb(191,249,242); }
div.DivClassName
{
background-color: #BFF9F2;
}
.BgClassName
{
background-color: #BFF9F2;
}
</style>
border-color css
<style>
span { border-color: #BFF9F2; }
span { border-color: rgb(191,249,242); }
td.TdClassName
{
border-color: #BFF9F2;
}
.TagClassName
{
border-color: #BFF9F2;
}
</style>