Shades of Pale Turquoise #BFFEF6
Tints of Pale Turquoise #BFFEF6
RGB
CMYK
RGB Variations
Color information
#BFFEF6 (or 0xBFFEF6) is known color: Pale Turquoise. HEX triplet: BF, FE and F6. RGB value is (191,254,246). Sum of RGB (Red+Green+Blue) = 191+254+246=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF6 is #400109. Grayscale: #EAEAEA. Windows color (decimal): -4194570 or 16187071. OLE color: 16187071.
HSL color Cylindrical-coordinate representation of color #BFFEF6: hue angle of 172.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFEF6 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 246 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.00 |
| HSL | 172.38º | 0.97% | 0.87% | - |
| HSV(B) | 172.38º | 0.25% | 1% | - |
| XYZ | 73.56 | 88.61 | 100.42 | - |
| YUV | 234.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 246 | 0.25 | 0 | 0.03 | 0.00 | 172.38 | 0.97 | 0.87 |
| Hex | BF | FE | F6 | 19 | 0 | 3 | 0 | AC | 61 | 57 |
| Octal | 277 | 376 | 366 | 31 | 0 | 3 | 0 | 254 | 141 | 127 |
| Binary | 10111111 | 11111110 | 11110110 | 11001 | 0 | 11 | 0 | 10101100 | 1100001 | 1010111 |
Color Harmonies of #BFFEF6
Complementary color
Monochromatic Colors of #BFFEF6
Black with #BFFEF6
Text Example
Text Example
White with #BFFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEF6; }
p { color: rgb(191,254,246); }
H1.HeaderClassName
{
color: #BFFEF6;
}
.AnyTagClassName
{
color: #BFFEF6;
}
</style>
background-color css
<style>
a { background-color: #BFFEF6; }
a { background-color: rgb(191,254,246); }
div.DivClassName
{
background-color: #BFFEF6;
}
.BgClassName
{
background-color: #BFFEF6;
}
</style>
border-color css
<style>
span { border-color: #BFFEF6; }
span { border-color: rgb(191,254,246); }
td.TdClassName
{
border-color: #BFFEF6;
}
.TagClassName
{
border-color: #BFFEF6;
}
</style>