Shades of Pale Turquoise #B8F1F0
Tints of Pale Turquoise #B8F1F0
RGB
CMYK
RGB Variations
Color information
#B8F1F0 (or 0xB8F1F0) is known color: Pale Turquoise. HEX triplet: B8, F1 and F0. RGB value is (184,241,240). Sum of RGB (Red+Green+Blue) = 184+241+240=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1F0 is #470E0F. Grayscale: #DFDFDF. Windows color (decimal): -4656656 or 15790520. OLE color: 15790520.
HSL color Cylindrical-coordinate representation of color #B8F1F0: hue angle of 178.95º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1F0 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 240 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.05 |
| HSL | 178.95º | 0.67% | 0.83% | - |
| HSV(B) | 178.95º | 0.24% | 0.95% | - |
| XYZ | 66.95 | 79.39 | 94.23 | - |
| YUV | 223.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 240 | 0.24 | 0 | 0.00 | 0.05 | 178.95 | 0.67 | 0.83 |
| Hex | B8 | F1 | F0 | 18 | 0 | 0 | 5 | B3 | 43 | 53 |
| Octal | 270 | 361 | 360 | 30 | 0 | 0 | 5 | 263 | 103 | 123 |
| Binary | 10111000 | 11110001 | 11110000 | 11000 | 0 | 0 | 101 | 10110011 | 1000011 | 1010011 |
Color Harmonies of #B8F1F0
Complementary color
Monochromatic Colors of #B8F1F0
Black with #B8F1F0
Text Example
Text Example
White with #B8F1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F1F0; }
p { color: rgb(184,241,240); }
H1.HeaderClassName
{
color: #B8F1F0;
}
.AnyTagClassName
{
color: #B8F1F0;
}
</style>
background-color css
<style>
a { background-color: #B8F1F0; }
a { background-color: rgb(184,241,240); }
div.DivClassName
{
background-color: #B8F1F0;
}
.BgClassName
{
background-color: #B8F1F0;
}
</style>
border-color css
<style>
span { border-color: #B8F1F0; }
span { border-color: rgb(184,241,240); }
td.TdClassName
{
border-color: #B8F1F0;
}
.TagClassName
{
border-color: #B8F1F0;
}
</style>