Shades of Pale Turquoise #BFFEF2
Tints of Pale Turquoise #BFFEF2
RGB
CMYK
RGB Variations
Color information
#BFFEF2 (or 0xBFFEF2) is known color: Pale Turquoise. HEX triplet: BF, FE and F2. RGB value is (191,254,242). Sum of RGB (Red+Green+Blue) = 191+254+242=687 (90% of max value = 765). Red value is 191 (75% from 255 or 27.80% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEF2 is #40010D. Grayscale: #E9E9E9. Windows color (decimal): -4194574 or 15924927. OLE color: 15924927.
HSL color Cylindrical-coordinate representation of color #BFFEF2: hue angle of 168.57º 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 #BFFEF2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 191 | 254 | 242 | - |
CMYK | 0.25 | 0 | 0.05 | 0.00 |
HSL | 168.57º | 0.97% | 0.87% | - |
HSV(B) | 168.57º | 0.25% | 1% | - |
XYZ | 72.95 | 88.37 | 97.22 | - |
YUV | 233.8 | 132.63 | 97.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 254 | 242 | 0.25 | 0 | 0.05 | 0.00 | 168.57 | 0.97 | 0.87 |
Hex | BF | FE | F2 | 19 | 0 | 5 | 0 | A9 | 61 | 57 |
Octal | 277 | 376 | 362 | 31 | 0 | 5 | 0 | 251 | 141 | 127 |
Binary | 10111111 | 11111110 | 11110010 | 11001 | 0 | 101 | 0 | 10101001 | 1100001 | 1010111 |
Color Harmonies of #BFFEF2
Complementary color
Monochromatic Colors of #BFFEF2
Black with #BFFEF2
Text Example
Text Example
White with #BFFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFEF2; }
p { color: rgb(191,254,242); }
H1.HeaderClassName
{
color: #BFFEF2;
}
.AnyTagClassName
{
color: #BFFEF2;
}
</style>
background-color css
<style>
a { background-color: #BFFEF2; }
a { background-color: rgb(191,254,242); }
div.DivClassName
{
background-color: #BFFEF2;
}
.BgClassName
{
background-color: #BFFEF2;
}
</style>
border-color css
<style>
span { border-color: #BFFEF2; }
span { border-color: rgb(191,254,242); }
td.TdClassName
{
border-color: #BFFEF2;
}
.TagClassName
{
border-color: #BFFEF2;
}
</style>