Shades of Pale Turquoise #BAFCFF
Tints of Pale Turquoise #BAFCFF
RGB
CMYK
RGB Variations
Color information
#BAFCFF (or 0xBAFCFF) is known color: Pale Turquoise. HEX triplet: BA, FC and FF. RGB value is (186,252,255). Sum of RGB (Red+Green+Blue) = 186+252+255=693 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.84% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFCFF is #450300. Grayscale: #E8E8E8. Windows color (decimal): -4522753 or 16776378. OLE color: 16776378.
HSL color Cylindrical-coordinate representation of color #BAFCFF: hue angle of 182.61º 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 #BAFCFF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 252 | 255 | - |
| CMYK | 0.27 | 0.01 | 0 | 0 |
| HSL | 182.61º | 1% | 0.86% | - |
| HSV(B) | 182.61º | 0.27% | 1% | - |
| XYZ | 73.11 | 87.28 | 107.6 | - |
| YUV | 232.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 255 | 0.27 | 0.01 | 0 | 0 | 182.61 | 1 | 0.86 |
| Hex | BA | FC | FF | 1B | 1 | 0 | 0 | B7 | 64 | 56 |
| Octal | 272 | 374 | 377 | 33 | 1 | 0 | 0 | 267 | 144 | 126 |
| Binary | 10111010 | 11111100 | 11111111 | 11011 | 1 | 0 | 0 | 10110111 | 1100100 | 1010110 |
Color Harmonies of #BAFCFF
Complementary color
Monochromatic Colors of #BAFCFF
Black with #BAFCFF
Text Example
Text Example
White with #BAFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCFF; }
p { color: rgb(186,252,255); }
H1.HeaderClassName
{
color: #BAFCFF;
}
.AnyTagClassName
{
color: #BAFCFF;
}
</style>
background-color css
<style>
a { background-color: #BAFCFF; }
a { background-color: rgb(186,252,255); }
div.DivClassName
{
background-color: #BAFCFF;
}
.BgClassName
{
background-color: #BAFCFF;
}
</style>
border-color css
<style>
span { border-color: #BAFCFF; }
span { border-color: rgb(186,252,255); }
td.TdClassName
{
border-color: #BAFCFF;
}
.TagClassName
{
border-color: #BAFCFF;
}
</style>