Shades of Pale Turquoise #BAFFFE
Tints of Pale Turquoise #BAFFFE
RGB
CMYK
RGB Variations
Color information
#BAFFFE (or 0xBAFFFE) is known color: Pale Turquoise. HEX triplet: BA, FF and FE. RGB value is (186,255,254). Sum of RGB (Red+Green+Blue) = 186+255+254=695 (92% of max value = 765). Red value is 186 (73.05% from 255 or 26.76% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFFE is #450001. Grayscale: #EAEAEA. Windows color (decimal): -4521986 or 16711610. OLE color: 16711610.
HSL color Cylindrical-coordinate representation of color #BAFFFE: hue angle of 179.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFFE is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 254 | - |
| CMYK | 0.27 | 0 | 0.00 | 0 |
| HSL | 179.13º | 1% | 0.86% | - |
| HSV(B) | 179.13º | 0.27% | 1% | - |
| XYZ | 73.9 | 89.11 | 107.07 | - |
| YUV | 234.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 254 | 0.27 | 0 | 0.00 | 0 | 179.13 | 1 | 0.86 |
| Hex | BA | FF | FE | 1B | 0 | 0 | 0 | B3 | 64 | 56 |
| Octal | 272 | 377 | 376 | 33 | 0 | 0 | 0 | 263 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11111110 | 11011 | 0 | 0 | 0 | 10110011 | 1100100 | 1010110 |
Color Harmonies of #BAFFFE
Complementary color
Monochromatic Colors of #BAFFFE
Black with #BAFFFE
Text Example
Text Example
White with #BAFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFFE; }
p { color: rgb(186,255,254); }
H1.HeaderClassName
{
color: #BAFFFE;
}
.AnyTagClassName
{
color: #BAFFFE;
}
</style>
background-color css
<style>
a { background-color: #BAFFFE; }
a { background-color: rgb(186,255,254); }
div.DivClassName
{
background-color: #BAFFFE;
}
.BgClassName
{
background-color: #BAFFFE;
}
</style>
border-color css
<style>
span { border-color: #BAFFFE; }
span { border-color: rgb(186,255,254); }
td.TdClassName
{
border-color: #BAFFFE;
}
.TagClassName
{
border-color: #BAFFFE;
}
</style>