Shades of Pale Turquoise #B7FFF3
Tints of Pale Turquoise #B7FFF3
RGB
CMYK
RGB Variations
Color information
#B7FFF3 (or 0xB7FFF3) is known color: Pale Turquoise. HEX triplet: B7, FF and F3. RGB value is (183,255,243). Sum of RGB (Red+Green+Blue) = 183+255+243=681 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.87% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFF3 is #48000C. Grayscale: #E8E8E8. Windows color (decimal): -4718605 or 15990711. OLE color: 15990711.
HSL color Cylindrical-coordinate representation of color #B7FFF3: hue angle of 170º 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 #B7FFF3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 243 | - |
| CMYK | 0.28 | 0 | 0.05 | 0 |
| HSL | 170º | 1% | 0.86% | - |
| HSV(B) | 170º | 0.28% | 1% | - |
| XYZ | 71.47 | 88.06 | 98.02 | - |
| YUV | 232.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 243 | 0.28 | 0 | 0.05 | 0 | 170 | 1 | 0.86 |
| Hex | B7 | FF | F3 | 1C | 0 | 5 | 0 | AA | 64 | 56 |
| Octal | 267 | 377 | 363 | 34 | 0 | 5 | 0 | 252 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11110011 | 11100 | 0 | 101 | 0 | 10101010 | 1100100 | 1010110 |
Color Harmonies of #B7FFF3
Complementary color
Monochromatic Colors of #B7FFF3
Black with #B7FFF3
Text Example
Text Example
White with #B7FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFF3; }
p { color: rgb(183,255,243); }
H1.HeaderClassName
{
color: #B7FFF3;
}
.AnyTagClassName
{
color: #B7FFF3;
}
</style>
background-color css
<style>
a { background-color: #B7FFF3; }
a { background-color: rgb(183,255,243); }
div.DivClassName
{
background-color: #B7FFF3;
}
.BgClassName
{
background-color: #B7FFF3;
}
</style>
border-color css
<style>
span { border-color: #B7FFF3; }
span { border-color: rgb(183,255,243); }
td.TdClassName
{
border-color: #B7FFF3;
}
.TagClassName
{
border-color: #B7FFF3;
}
</style>