Shades of Pale Turquoise #B8FDF6
Tints of Pale Turquoise #B8FDF6
RGB
CMYK
RGB Variations
Color information
#B8FDF6 (or 0xB8FDF6) is known color: Pale Turquoise. HEX triplet: B8, FD and F6. RGB value is (184,253,246). Sum of RGB (Red+Green+Blue) = 184+253+246=683 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.94% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF6 is #470209. Grayscale: #E7E7E7. Windows color (decimal): -4653578 or 16186808. OLE color: 16186808.
HSL color Cylindrical-coordinate representation of color #B8FDF6: hue angle of 173.91º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDF6 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 246 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.01 |
| HSL | 173.91º | 0.95% | 0.86% | - |
| HSV(B) | 173.91º | 0.27% | 0.99% | - |
| XYZ | 71.53 | 87.09 | 100.23 | - |
| YUV | 231.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 246 | 0.27 | 0 | 0.03 | 0.01 | 173.91 | 0.95 | 0.86 |
| Hex | B8 | FD | F6 | 1B | 0 | 3 | 1 | AE | 5F | 56 |
| Octal | 270 | 375 | 366 | 33 | 0 | 3 | 1 | 256 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11110110 | 11011 | 0 | 11 | 1 | 10101110 | 1011111 | 1010110 |
Color Harmonies of #B8FDF6
Complementary color
Monochromatic Colors of #B8FDF6
Black with #B8FDF6
Text Example
Text Example
White with #B8FDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDF6; }
p { color: rgb(184,253,246); }
H1.HeaderClassName
{
color: #B8FDF6;
}
.AnyTagClassName
{
color: #B8FDF6;
}
</style>
background-color css
<style>
a { background-color: #B8FDF6; }
a { background-color: rgb(184,253,246); }
div.DivClassName
{
background-color: #B8FDF6;
}
.BgClassName
{
background-color: #B8FDF6;
}
</style>
border-color css
<style>
span { border-color: #B8FDF6; }
span { border-color: rgb(184,253,246); }
td.TdClassName
{
border-color: #B8FDF6;
}
.TagClassName
{
border-color: #B8FDF6;
}
</style>