Shades of Pale Turquoise #B7FFFC
Tints of Pale Turquoise #B7FFFC
RGB
CMYK
RGB Variations
Color information
#B7FFFC (or 0xB7FFFC) is known color: Pale Turquoise. HEX triplet: B7, FF and FC. RGB value is (183,255,252). Sum of RGB (Red+Green+Blue) = 183+255+252=690 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.52% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFFC is #480003. Grayscale: #E9E9E9. Windows color (decimal): -4718596 or 16580535. OLE color: 16580535.
HSL color Cylindrical-coordinate representation of color #B7FFFC: hue angle of 177.5º 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 #B7FFFC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 252 | - |
| CMYK | 0.28 | 0 | 0.01 | 0 |
| HSL | 177.5º | 1% | 0.86% | - |
| HSV(B) | 177.5º | 0.28% | 1% | - |
| XYZ | 72.86 | 88.62 | 105.36 | - |
| YUV | 233.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 252 | 0.28 | 0 | 0.01 | 0 | 177.5 | 1 | 0.86 |
| Hex | B7 | FF | FC | 1C | 0 | 1 | 0 | B2 | 64 | 56 |
| Octal | 267 | 377 | 374 | 34 | 0 | 1 | 0 | 262 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11111100 | 11100 | 0 | 1 | 0 | 10110010 | 1100100 | 1010110 |
Color Harmonies of #B7FFFC
Complementary color
Monochromatic Colors of #B7FFFC
Black with #B7FFFC
Text Example
Text Example
White with #B7FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFFC; }
p { color: rgb(183,255,252); }
H1.HeaderClassName
{
color: #B7FFFC;
}
.AnyTagClassName
{
color: #B7FFFC;
}
</style>
background-color css
<style>
a { background-color: #B7FFFC; }
a { background-color: rgb(183,255,252); }
div.DivClassName
{
background-color: #B7FFFC;
}
.BgClassName
{
background-color: #B7FFFC;
}
</style>
border-color css
<style>
span { border-color: #B7FFFC; }
span { border-color: rgb(183,255,252); }
td.TdClassName
{
border-color: #B7FFFC;
}
.TagClassName
{
border-color: #B7FFFC;
}
</style>