Shades of Pale Turquoise #B7FFFF
Tints of Pale Turquoise #B7FFFF
RGB
CMYK
RGB Variations
Color information
#B7FFFF (or 0xB7FFFF) is known color: Pale Turquoise. HEX triplet: B7, FF and FF. RGB value is (183,255,255). Sum of RGB (Red+Green+Blue) = 183+255+255=693 (91% of max value = 765). Red value is 183 (71.88% from 255 or 26.41% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #B7FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FFFF is #480000. Grayscale: #E9E9E9. Windows color (decimal): -4718593 or 16777143. OLE color: 16777143.
HSL color Cylindrical-coordinate representation of color #B7FFFF: hue angle of 180º 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 #B7FFFF is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 255 | - |
| CMYK | 0.28 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.86% | - |
| HSV(B) | 180º | 0.28% | 1% | - |
| XYZ | 73.34 | 88.81 | 107.88 | - |
| YUV | 233.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 255 | 0.28 | 0 | 0 | 0 | 180 | 1 | 0.86 |
| Hex | B7 | FF | FF | 1C | 0 | 0 | 0 | B4 | 64 | 56 |
| Octal | 267 | 377 | 377 | 34 | 0 | 0 | 0 | 264 | 144 | 126 |
| Binary | 10110111 | 11111111 | 11111111 | 11100 | 0 | 0 | 0 | 10110100 | 1100100 | 1010110 |
Color Harmonies of #B7FFFF
Complementary color
Monochromatic Colors of #B7FFFF
Black with #B7FFFF
Text Example
Text Example
White with #B7FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FFFF; }
p { color: rgb(183,255,255); }
H1.HeaderClassName
{
color: #B7FFFF;
}
.AnyTagClassName
{
color: #B7FFFF;
}
</style>
background-color css
<style>
a { background-color: #B7FFFF; }
a { background-color: rgb(183,255,255); }
div.DivClassName
{
background-color: #B7FFFF;
}
.BgClassName
{
background-color: #B7FFFF;
}
</style>
border-color css
<style>
span { border-color: #B7FFFF; }
span { border-color: rgb(183,255,255); }
td.TdClassName
{
border-color: #B7FFFF;
}
.TagClassName
{
border-color: #B7FFFF;
}
</style>