Shades of Pale Turquoise #BFF3EF
Tints of Pale Turquoise #BFF3EF
RGB
CMYK
RGB Variations
Color information
#BFF3EF (or 0xBFF3EF) is known color: Pale Turquoise. HEX triplet: BF, F3 and EF. RGB value is (191,243,239). Sum of RGB (Red+Green+Blue) = 191+243+239=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3EF is #400C10. Grayscale: #E2E2E2. Windows color (decimal): -4197393 or 15725503. OLE color: 15725503.
HSL color Cylindrical-coordinate representation of color #BFF3EF: hue angle of 175.38º degrees, saturation: 0.68, 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 #BFF3EF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 239 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 175.38º | 0.68% | 0.85% | - |
| HSV(B) | 175.38º | 0.21% | 0.95% | - |
| XYZ | 69.12 | 81.41 | 93.73 | - |
| YUV | 227 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 239 | 0.21 | 0 | 0.02 | 0.05 | 175.38 | 0.68 | 0.85 |
| Hex | BF | F3 | EF | 15 | 0 | 2 | 5 | AF | 44 | 55 |
| Octal | 277 | 363 | 357 | 25 | 0 | 2 | 5 | 257 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11101111 | 10101 | 0 | 10 | 101 | 10101111 | 1000100 | 1010101 |
Color Harmonies of #BFF3EF
Complementary color
Monochromatic Colors of #BFF3EF
Black with #BFF3EF
Text Example
Text Example
White with #BFF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3EF; }
p { color: rgb(191,243,239); }
H1.HeaderClassName
{
color: #BFF3EF;
}
.AnyTagClassName
{
color: #BFF3EF;
}
</style>
background-color css
<style>
a { background-color: #BFF3EF; }
a { background-color: rgb(191,243,239); }
div.DivClassName
{
background-color: #BFF3EF;
}
.BgClassName
{
background-color: #BFF3EF;
}
</style>
border-color css
<style>
span { border-color: #BFF3EF; }
span { border-color: rgb(191,243,239); }
td.TdClassName
{
border-color: #BFF3EF;
}
.TagClassName
{
border-color: #BFF3EF;
}
</style>