Shades of Pale Turquoise #B7FEF6
Tints of Pale Turquoise #B7FEF6
RGB
CMYK
RGB Variations
Color information
#B7FEF6 (or 0xB7FEF6) is known color: Pale Turquoise. HEX triplet: B7, FE and F6. RGB value is (183,254,246). Sum of RGB (Red+Green+Blue) = 183+254+246=683 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.79% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF6 is #480109. Grayscale: #E7E7E7. Windows color (decimal): -4718858 or 16187063. OLE color: 16187063.
HSL color Cylindrical-coordinate representation of color #B7FEF6: hue angle of 173.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEF6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 246 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.00 |
| HSL | 173.24º | 0.97% | 0.86% | - |
| HSV(B) | 173.24º | 0.28% | 1% | - |
| XYZ | 71.6 | 87.6 | 100.32 | - |
| YUV | 231.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 246 | 0.28 | 0 | 0.03 | 0.00 | 173.24 | 0.97 | 0.86 |
| Hex | B7 | FE | F6 | 1C | 0 | 3 | 0 | AD | 61 | 56 |
| Octal | 267 | 376 | 366 | 34 | 0 | 3 | 0 | 255 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11110110 | 11100 | 0 | 11 | 0 | 10101101 | 1100001 | 1010110 |
Color Harmonies of #B7FEF6
Complementary color
Monochromatic Colors of #B7FEF6
Black with #B7FEF6
Text Example
Text Example
White with #B7FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FEF6; }
p { color: rgb(183,254,246); }
H1.HeaderClassName
{
color: #B7FEF6;
}
.AnyTagClassName
{
color: #B7FEF6;
}
</style>
background-color css
<style>
a { background-color: #B7FEF6; }
a { background-color: rgb(183,254,246); }
div.DivClassName
{
background-color: #B7FEF6;
}
.BgClassName
{
background-color: #B7FEF6;
}
</style>
border-color css
<style>
span { border-color: #B7FEF6; }
span { border-color: rgb(183,254,246); }
td.TdClassName
{
border-color: #B7FEF6;
}
.TagClassName
{
border-color: #B7FEF6;
}
</style>