Shades of Pale Turquoise #B5FEFF
Tints of Pale Turquoise #B5FEFF
RGB
CMYK
RGB Variations
Color information
#B5FEFF (or 0xB5FEFF) is known color: Pale Turquoise. HEX triplet: B5, FE and FF. RGB value is (181,254,255). Sum of RGB (Red+Green+Blue) = 181+254+255=690 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.23% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFF is #4A0100. Grayscale: #E8E8E8. Windows color (decimal): -4849921 or 16776885. OLE color: 16776885.
HSL color Cylindrical-coordinate representation of color #B5FEFF: hue angle of 180.81º 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 #B5FEFF is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 254 | 255 | - |
| CMYK | 0.29 | 0.00 | 0 | 0 |
| HSL | 180.81º | 1% | 0.85% | - |
| HSV(B) | 180.81º | 0.29% | 1% | - |
| XYZ | 72.55 | 87.93 | 107.76 | - |
| YUV | 232.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 255 | 0.29 | 0.00 | 0 | 0 | 180.81 | 1 | 0.85 |
| Hex | B5 | FE | FF | 1D | 0 | 0 | 0 | B5 | 64 | 55 |
| Octal | 265 | 376 | 377 | 35 | 0 | 0 | 0 | 265 | 144 | 125 |
| Binary | 10110101 | 11111110 | 11111111 | 11101 | 0 | 0 | 0 | 10110101 | 1100100 | 1010101 |
Color Harmonies of #B5FEFF
Complementary color
Monochromatic Colors of #B5FEFF
Black with #B5FEFF
Text Example
Text Example
White with #B5FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEFF; }
p { color: rgb(181,254,255); }
H1.HeaderClassName
{
color: #B5FEFF;
}
.AnyTagClassName
{
color: #B5FEFF;
}
</style>
background-color css
<style>
a { background-color: #B5FEFF; }
a { background-color: rgb(181,254,255); }
div.DivClassName
{
background-color: #B5FEFF;
}
.BgClassName
{
background-color: #B5FEFF;
}
</style>
border-color css
<style>
span { border-color: #B5FEFF; }
span { border-color: rgb(181,254,255); }
td.TdClassName
{
border-color: #B5FEFF;
}
.TagClassName
{
border-color: #B5FEFF;
}
</style>