Shades of Pale Turquoise #B5FEF5
Tints of Pale Turquoise #B5FEF5
RGB
CMYK
RGB Variations
Color information
#B5FEF5 (or 0xB5FEF5) is known color: Pale Turquoise. HEX triplet: B5, FE and F5. RGB value is (181,254,245). Sum of RGB (Red+Green+Blue) = 181+254+245=680 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.62% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEF5 is #4A010A. Grayscale: #E7E7E7. Windows color (decimal): -4849931 or 16121525. OLE color: 16121525.
HSL color Cylindrical-coordinate representation of color #B5FEF5: hue angle of 172.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEF5 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 245 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.00 |
| HSL | 172.6º | 0.97% | 0.85% | - |
| HSV(B) | 172.6º | 0.29% | 1% | - |
| XYZ | 70.98 | 87.3 | 99.5 | - |
| YUV | 231.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 245 | 0.29 | 0 | 0.04 | 0.00 | 172.6 | 0.97 | 0.85 |
| Hex | B5 | FE | F5 | 1D | 0 | 4 | 0 | AD | 61 | 55 |
| Octal | 265 | 376 | 365 | 35 | 0 | 4 | 0 | 255 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11110101 | 11101 | 0 | 100 | 0 | 10101101 | 1100001 | 1010101 |
Color Harmonies of #B5FEF5
Complementary color
Monochromatic Colors of #B5FEF5
Black with #B5FEF5
Text Example
Text Example
White with #B5FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEF5; }
p { color: rgb(181,254,245); }
H1.HeaderClassName
{
color: #B5FEF5;
}
.AnyTagClassName
{
color: #B5FEF5;
}
</style>
background-color css
<style>
a { background-color: #B5FEF5; }
a { background-color: rgb(181,254,245); }
div.DivClassName
{
background-color: #B5FEF5;
}
.BgClassName
{
background-color: #B5FEF5;
}
</style>
border-color css
<style>
span { border-color: #B5FEF5; }
span { border-color: rgb(181,254,245); }
td.TdClassName
{
border-color: #B5FEF5;
}
.TagClassName
{
border-color: #B5FEF5;
}
</style>