Shades of Pale Turquoise #BFF3ED
Tints of Pale Turquoise #BFF3ED
RGB
CMYK
RGB Variations
Color information
#BFF3ED (or 0xBFF3ED) is known color: Pale Turquoise. HEX triplet: BF, F3 and ED. RGB value is (191,243,237). Sum of RGB (Red+Green+Blue) = 191+243+237=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3ED is #400C12. Grayscale: #E2E2E2. Windows color (decimal): -4197395 or 15594431. OLE color: 15594431.
HSL color Cylindrical-coordinate representation of color #BFF3ED: hue angle of 173.08º 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 #BFF3ED is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 237 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 173.08º | 0.68% | 0.85% | - |
| HSV(B) | 173.08º | 0.21% | 0.95% | - |
| XYZ | 68.82 | 81.29 | 92.18 | - |
| YUV | 226.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 237 | 0.21 | 0 | 0.02 | 0.05 | 173.08 | 0.68 | 0.85 |
| Hex | BF | F3 | ED | 15 | 0 | 2 | 5 | AD | 44 | 55 |
| Octal | 277 | 363 | 355 | 25 | 0 | 2 | 5 | 255 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11101101 | 10101 | 0 | 10 | 101 | 10101101 | 1000100 | 1010101 |
Color Harmonies of #BFF3ED
Complementary color
Monochromatic Colors of #BFF3ED
Black with #BFF3ED
Text Example
Text Example
White with #BFF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3ED; }
p { color: rgb(191,243,237); }
H1.HeaderClassName
{
color: #BFF3ED;
}
.AnyTagClassName
{
color: #BFF3ED;
}
</style>
background-color css
<style>
a { background-color: #BFF3ED; }
a { background-color: rgb(191,243,237); }
div.DivClassName
{
background-color: #BFF3ED;
}
.BgClassName
{
background-color: #BFF3ED;
}
</style>
border-color css
<style>
span { border-color: #BFF3ED; }
span { border-color: rgb(191,243,237); }
td.TdClassName
{
border-color: #BFF3ED;
}
.TagClassName
{
border-color: #BFF3ED;
}
</style>