Shades of Pale Turquoise #B5FDF4
Tints of Pale Turquoise #B5FDF4
RGB
CMYK
RGB Variations
Color information
#B5FDF4 (or 0xB5FDF4) is known color: Pale Turquoise. HEX triplet: B5, FD and F4. RGB value is (181,253,244). Sum of RGB (Red+Green+Blue) = 181+253+244=678 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.70% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDF4 is #4A020B. Grayscale: #E6E6E6. Windows color (decimal): -4850188 or 16055733. OLE color: 16055733.
HSL color Cylindrical-coordinate representation of color #B5FDF4: hue angle of 172.5º 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 #B5FDF4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 244 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.01 |
| HSL | 172.5º | 0.95% | 0.85% | - |
| HSV(B) | 172.5º | 0.28% | 0.99% | - |
| XYZ | 70.51 | 86.61 | 98.59 | - |
| YUV | 230.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 244 | 0.28 | 0 | 0.04 | 0.01 | 172.5 | 0.95 | 0.85 |
| Hex | B5 | FD | F4 | 1C | 0 | 4 | 1 | AC | 5F | 55 |
| Octal | 265 | 375 | 364 | 34 | 0 | 4 | 1 | 254 | 137 | 125 |
| Binary | 10110101 | 11111101 | 11110100 | 11100 | 0 | 100 | 1 | 10101100 | 1011111 | 1010101 |
Color Harmonies of #B5FDF4
Complementary color
Monochromatic Colors of #B5FDF4
Black with #B5FDF4
Text Example
Text Example
White with #B5FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDF4; }
p { color: rgb(181,253,244); }
H1.HeaderClassName
{
color: #B5FDF4;
}
.AnyTagClassName
{
color: #B5FDF4;
}
</style>
background-color css
<style>
a { background-color: #B5FDF4; }
a { background-color: rgb(181,253,244); }
div.DivClassName
{
background-color: #B5FDF4;
}
.BgClassName
{
background-color: #B5FDF4;
}
</style>
border-color css
<style>
span { border-color: #B5FDF4; }
span { border-color: rgb(181,253,244); }
td.TdClassName
{
border-color: #B5FDF4;
}
.TagClassName
{
border-color: #B5FDF4;
}
</style>