Shades of Pale Turquoise #B5FCFD
Tints of Pale Turquoise #B5FCFD
RGB
CMYK
RGB Variations
Color information
#B5FCFD (or 0xB5FCFD) is known color: Pale Turquoise. HEX triplet: B5, FC and FD. RGB value is (181,252,253). Sum of RGB (Red+Green+Blue) = 181+252+253=686 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.38% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FCFD is #4A0302. Grayscale: #E6E6E6. Windows color (decimal): -4850435 or 16645301. OLE color: 16645301.
HSL color Cylindrical-coordinate representation of color #B5FCFD: hue angle of 180.83º 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 #B5FCFD is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 252 | 253 | - |
CMYK | 0.28 | 0.00 | 0 | 0.01 |
HSL | 180.83º | 0.95% | 0.85% | - |
HSV(B) | 180.83º | 0.28% | 0.99% | - |
XYZ | 71.6 | 86.54 | 105.86 | - |
YUV | 230.89 | 140.48 | 92.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 252 | 253 | 0.28 | 0.00 | 0 | 0.01 | 180.83 | 0.95 | 0.85 |
Hex | B5 | FC | FD | 1C | 0 | 0 | 1 | B5 | 5F | 55 |
Octal | 265 | 374 | 375 | 34 | 0 | 0 | 1 | 265 | 137 | 125 |
Binary | 10110101 | 11111100 | 11111101 | 11100 | 0 | 0 | 1 | 10110101 | 1011111 | 1010101 |
Color Harmonies of #B5FCFD
Complementary color
Monochromatic Colors of #B5FCFD
Black with #B5FCFD
Text Example
Text Example
White with #B5FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCFD; }
p { color: rgb(181,252,253); }
H1.HeaderClassName
{
color: #B5FCFD;
}
.AnyTagClassName
{
color: #B5FCFD;
}
</style>
background-color css
<style>
a { background-color: #B5FCFD; }
a { background-color: rgb(181,252,253); }
div.DivClassName
{
background-color: #B5FCFD;
}
.BgClassName
{
background-color: #B5FCFD;
}
</style>
border-color css
<style>
span { border-color: #B5FCFD; }
span { border-color: rgb(181,252,253); }
td.TdClassName
{
border-color: #B5FCFD;
}
.TagClassName
{
border-color: #B5FCFD;
}
</style>