Shades of Pale Turquoise #B0F0FD
Tints of Pale Turquoise #B0F0FD
RGB
CMYK
RGB Variations
Color information
#B0F0FD (or 0xB0F0FD) is known color: Pale Turquoise. HEX triplet: B0, F0 and FD. RGB value is (176,240,253). Sum of RGB (Red+Green+Blue) = 176+240+253=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0FD is #4F0F02. Grayscale: #DEDEDE. Windows color (decimal): -5181187 or 16642224. OLE color: 16642224.
HSL color Cylindrical-coordinate representation of color #B0F0FD: hue angle of 190.13º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F0FD is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 240 | 253 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.01 |
| HSL | 190.13º | 0.95% | 0.84% | - |
| HSV(B) | 190.13º | 0.3% | 0.99% | - |
| XYZ | 66.79 | 78.64 | 104.59 | - |
| YUV | 222.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 253 | 0.30 | 0.05 | 0 | 0.01 | 190.13 | 0.95 | 0.84 |
| Hex | B0 | F0 | FD | 1E | 5 | 0 | 1 | BE | 5F | 54 |
| Octal | 260 | 360 | 375 | 36 | 5 | 0 | 1 | 276 | 137 | 124 |
| Binary | 10110000 | 11110000 | 11111101 | 11110 | 101 | 0 | 1 | 10111110 | 1011111 | 1010100 |
Color Harmonies of #B0F0FD
Complementary color
Monochromatic Colors of #B0F0FD
Black with #B0F0FD
Text Example
Text Example
White with #B0F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0FD; }
p { color: rgb(176,240,253); }
H1.HeaderClassName
{
color: #B0F0FD;
}
.AnyTagClassName
{
color: #B0F0FD;
}
</style>
background-color css
<style>
a { background-color: #B0F0FD; }
a { background-color: rgb(176,240,253); }
div.DivClassName
{
background-color: #B0F0FD;
}
.BgClassName
{
background-color: #B0F0FD;
}
</style>
border-color css
<style>
span { border-color: #B0F0FD; }
span { border-color: rgb(176,240,253); }
td.TdClassName
{
border-color: #B0F0FD;
}
.TagClassName
{
border-color: #B0F0FD;
}
</style>