Shades of Pale Turquoise #B7FFF1
Tints of Pale Turquoise #B7FFF1
RGB
CMYK
RGB Variations
Color information
#B7FFF1 (or 0xB7FFF1) is known color: Pale Turquoise. HEX triplet: B7, FF and F1. RGB value is (183,255,241). Sum of RGB (Red+Green+Blue) = 183+255+241=679 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.95% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFF1 is #48000E. Grayscale: #E7E7E7. Windows color (decimal): -4718607 or 15859639. OLE color: 15859639.
HSL color Cylindrical-coordinate representation of color #B7FFF1: hue angle of 168.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FFF1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 241 | - |
| CMYK | 0.28 | 0 | 0.05 | 0 |
| HSL | 168.33º | 1% | 0.86% | - |
| HSV(B) | 168.33º | 0.28% | 1% | - |
| XYZ | 71.17 | 87.94 | 96.44 | - |
| YUV | 231.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 241 | 0.28 | 0 | 0.05 | 0 | 168.33 | 1 | 0.86 |
| Hex | B7 | FF | F1 | 1C | 0 | 5 | 0 | A8 | 64 | 56 |
| Octal | 267 | 377 | 361 | 34 | 0 | 5 | 0 | 250 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11110001 | 11100 | 0 | 101 | 0 | 10101000 | 1100100 | 1010110 |
Color Harmonies of #B7FFF1
Complementary color
Monochromatic Colors of #B7FFF1
Black with #B7FFF1
Text Example
Text Example
White with #B7FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFF1; }
p { color: rgb(183,255,241); }
H1.HeaderClassName
{
color: #B7FFF1;
}
.AnyTagClassName
{
color: #B7FFF1;
}
</style>
background-color css
<style>
a { background-color: #B7FFF1; }
a { background-color: rgb(183,255,241); }
div.DivClassName
{
background-color: #B7FFF1;
}
.BgClassName
{
background-color: #B7FFF1;
}
</style>
border-color css
<style>
span { border-color: #B7FFF1; }
span { border-color: rgb(183,255,241); }
td.TdClassName
{
border-color: #B7FFF1;
}
.TagClassName
{
border-color: #B7FFF1;
}
</style>