Shades of Pale Turquoise #B7FEF2
Tints of Pale Turquoise #B7FEF2
RGB
CMYK
RGB Variations
Color information
#B7FEF2 (or 0xB7FEF2) is known color: Pale Turquoise. HEX triplet: B7, FE and F2. RGB value is (183,254,242). Sum of RGB (Red+Green+Blue) = 183+254+242=679 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.95% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF2 is #48010D. Grayscale: #E7E7E7. Windows color (decimal): -4718862 or 15924919. OLE color: 15924919.
HSL color Cylindrical-coordinate representation of color #B7FEF2: hue angle of 169.86º 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 #B7FEF2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 242 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.00 |
| HSL | 169.86º | 0.97% | 0.86% | - |
| HSV(B) | 169.86º | 0.28% | 1% | - |
| XYZ | 71 | 87.36 | 97.12 | - |
| YUV | 231.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 242 | 0.28 | 0 | 0.05 | 0.00 | 169.86 | 0.97 | 0.86 |
| Hex | B7 | FE | F2 | 1C | 0 | 5 | 0 | AA | 61 | 56 |
| Octal | 267 | 376 | 362 | 34 | 0 | 5 | 0 | 252 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11110010 | 11100 | 0 | 101 | 0 | 10101010 | 1100001 | 1010110 |
Color Harmonies of #B7FEF2
Complementary color
Monochromatic Colors of #B7FEF2
Black with #B7FEF2
Text Example
Text Example
White with #B7FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FEF2; }
p { color: rgb(183,254,242); }
H1.HeaderClassName
{
color: #B7FEF2;
}
.AnyTagClassName
{
color: #B7FEF2;
}
</style>
background-color css
<style>
a { background-color: #B7FEF2; }
a { background-color: rgb(183,254,242); }
div.DivClassName
{
background-color: #B7FEF2;
}
.BgClassName
{
background-color: #B7FEF2;
}
</style>
border-color css
<style>
span { border-color: #B7FEF2; }
span { border-color: rgb(183,254,242); }
td.TdClassName
{
border-color: #B7FEF2;
}
.TagClassName
{
border-color: #B7FEF2;
}
</style>