Shades of Pale Turquoise #B7FDF6
Tints of Pale Turquoise #B7FDF6
RGB
CMYK
RGB Variations
Color information
#B7FDF6 (or 0xB7FDF6) is known color: Pale Turquoise. HEX triplet: B7, FD and F6. RGB value is (183,253,246). Sum of RGB (Red+Green+Blue) = 183+253+246=682 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.83% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FDF6 is #480209. Grayscale: #E7E7E7. Windows color (decimal): -4719114 or 16186807. OLE color: 16186807.
HSL color Cylindrical-coordinate representation of color #B7FDF6: hue angle of 174º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDF6 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 253 | 246 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.01 |
| HSL | 174º | 0.95% | 0.85% | - |
| HSV(B) | 174º | 0.28% | 0.99% | - |
| XYZ | 71.29 | 86.97 | 100.22 | - |
| YUV | 231.27 | 136.31 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 253 | 246 | 0.28 | 0 | 0.03 | 0.01 | 174 | 0.95 | 0.85 |
| Hex | B7 | FD | F6 | 1C | 0 | 3 | 1 | AE | 5F | 55 |
| Octal | 267 | 375 | 366 | 34 | 0 | 3 | 1 | 256 | 137 | 125 |
| Binary | 10110111 | 11111101 | 11110110 | 11100 | 0 | 11 | 1 | 10101110 | 1011111 | 1010101 |
Color Harmonies of #B7FDF6
Complementary color
Monochromatic Colors of #B7FDF6
Black with #B7FDF6
Text Example
Text Example
White with #B7FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FDF6; }
p { color: rgb(183,253,246); }
H1.HeaderClassName
{
color: #B7FDF6;
}
.AnyTagClassName
{
color: #B7FDF6;
}
</style>
background-color css
<style>
a { background-color: #B7FDF6; }
a { background-color: rgb(183,253,246); }
div.DivClassName
{
background-color: #B7FDF6;
}
.BgClassName
{
background-color: #B7FDF6;
}
</style>
border-color css
<style>
span { border-color: #B7FDF6; }
span { border-color: rgb(183,253,246); }
td.TdClassName
{
border-color: #B7FDF6;
}
.TagClassName
{
border-color: #B7FDF6;
}
</style>