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