Shades of Pale Turquoise #B5FFFD
Tints of Pale Turquoise #B5FFFD
RGB
CMYK
RGB Variations
Color information
#B5FFFD (or 0xB5FFFD) is known color: Pale Turquoise. HEX triplet: B5, FF and FD. RGB value is (181,255,253). Sum of RGB (Red+Green+Blue) = 181+255+253=689 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.27% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFFD is #4A0002. Grayscale: #E8E8E8. Windows color (decimal): -4849667 or 16646069. OLE color: 16646069.
HSL color Cylindrical-coordinate representation of color #B5FFFD: hue angle of 178.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFFD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 253 | - |
| CMYK | 0.29 | 0 | 0.01 | 0 |
| HSL | 178.38º | 1% | 0.85% | - |
| HSV(B) | 178.38º | 0.29% | 1% | - |
| XYZ | 72.55 | 88.44 | 106.17 | - |
| YUV | 232.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 253 | 0.29 | 0 | 0.01 | 0 | 178.38 | 1 | 0.85 |
| Hex | B5 | FF | FD | 1D | 0 | 1 | 0 | B2 | 64 | 55 |
| Octal | 265 | 377 | 375 | 35 | 0 | 1 | 0 | 262 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11111101 | 11101 | 0 | 1 | 0 | 10110010 | 1100100 | 1010101 |
Color Harmonies of #B5FFFD
Complementary color
Monochromatic Colors of #B5FFFD
Black with #B5FFFD
Text Example
Text Example
White with #B5FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFFD; }
p { color: rgb(181,255,253); }
H1.HeaderClassName
{
color: #B5FFFD;
}
.AnyTagClassName
{
color: #B5FFFD;
}
</style>
background-color css
<style>
a { background-color: #B5FFFD; }
a { background-color: rgb(181,255,253); }
div.DivClassName
{
background-color: #B5FFFD;
}
.BgClassName
{
background-color: #B5FFFD;
}
</style>
border-color css
<style>
span { border-color: #B5FFFD; }
span { border-color: rgb(181,255,253); }
td.TdClassName
{
border-color: #B5FFFD;
}
.TagClassName
{
border-color: #B5FFFD;
}
</style>