Shades of Pale Turquoise #BFF2EE
Tints of Pale Turquoise #BFF2EE
RGB
CMYK
RGB Variations
Color information
#BFF2EE (or 0xBFF2EE) is known color: Pale Turquoise. HEX triplet: BF, F2 and EE. RGB value is (191,242,238). Sum of RGB (Red+Green+Blue) = 191+242+238=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2EE is #400D11. Grayscale: #E2E2E2. Windows color (decimal): -4197650 or 15659711. OLE color: 15659711.
HSL color Cylindrical-coordinate representation of color #BFF2EE: hue angle of 175.29º degrees, saturation: 0.66, 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 #BFF2EE is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 238 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 175.29º | 0.66% | 0.85% | - |
| HSV(B) | 175.29º | 0.21% | 0.95% | - |
| XYZ | 68.67 | 80.75 | 92.86 | - |
| YUV | 226.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 238 | 0.21 | 0 | 0.02 | 0.05 | 175.29 | 0.66 | 0.85 |
| Hex | BF | F2 | EE | 15 | 0 | 2 | 5 | AF | 42 | 55 |
| Octal | 277 | 362 | 356 | 25 | 0 | 2 | 5 | 257 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11101110 | 10101 | 0 | 10 | 101 | 10101111 | 1000010 | 1010101 |
Color Harmonies of #BFF2EE
Complementary color
Monochromatic Colors of #BFF2EE
Black with #BFF2EE
Text Example
Text Example
White with #BFF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2EE; }
p { color: rgb(191,242,238); }
H1.HeaderClassName
{
color: #BFF2EE;
}
.AnyTagClassName
{
color: #BFF2EE;
}
</style>
background-color css
<style>
a { background-color: #BFF2EE; }
a { background-color: rgb(191,242,238); }
div.DivClassName
{
background-color: #BFF2EE;
}
.BgClassName
{
background-color: #BFF2EE;
}
</style>
border-color css
<style>
span { border-color: #BFF2EE; }
span { border-color: rgb(191,242,238); }
td.TdClassName
{
border-color: #BFF2EE;
}
.TagClassName
{
border-color: #BFF2EE;
}
</style>