Shades of Pale Turquoise #BFF5F8
Tints of Pale Turquoise #BFF5F8
RGB
CMYK
RGB Variations
Color information
#BFF5F8 (or 0xBFF5F8) is known color: Pale Turquoise. HEX triplet: BF, F5 and F8. RGB value is (191,245,248). Sum of RGB (Red+Green+Blue) = 191+245+248=684 (90% of max value = 765). Red value is 191 (75% from 255 or 27.92% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFF5F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F8 is #400A07. Grayscale: #E5E5E5. Windows color (decimal): -4196872 or 16315839. OLE color: 16315839.
HSL color Cylindrical-coordinate representation of color #BFF5F8: hue angle of 183.16º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF5F8 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 245 | 248 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.03 |
| HSL | 183.16º | 0.8% | 0.86% | - |
| HSV(B) | 183.16º | 0.23% | 0.97% | - |
| XYZ | 71.08 | 83.16 | 101.11 | - |
| YUV | 229.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 248 | 0.23 | 0.01 | 0 | 0.03 | 183.16 | 0.8 | 0.86 |
| Hex | BF | F5 | F8 | 17 | 1 | 0 | 3 | B7 | 50 | 56 |
| Octal | 277 | 365 | 370 | 27 | 1 | 0 | 3 | 267 | 120 | 126 |
| Binary | 10111111 | 11110101 | 11111000 | 10111 | 1 | 0 | 11 | 10110111 | 1010000 | 1010110 |
Color Harmonies of #BFF5F8
Complementary color
Monochromatic Colors of #BFF5F8
Black with #BFF5F8
Text Example
Text Example
White with #BFF5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5F8; }
p { color: rgb(191,245,248); }
H1.HeaderClassName
{
color: #BFF5F8;
}
.AnyTagClassName
{
color: #BFF5F8;
}
</style>
background-color css
<style>
a { background-color: #BFF5F8; }
a { background-color: rgb(191,245,248); }
div.DivClassName
{
background-color: #BFF5F8;
}
.BgClassName
{
background-color: #BFF5F8;
}
</style>
border-color css
<style>
span { border-color: #BFF5F8; }
span { border-color: rgb(191,245,248); }
td.TdClassName
{
border-color: #BFF5F8;
}
.TagClassName
{
border-color: #BFF5F8;
}
</style>