Shades of Pale Turquoise #BAFEFF
Tints of Pale Turquoise #BAFEFF
RGB
CMYK
RGB Variations
Color information
#BAFEFF (or 0xBAFEFF) is known color: Pale Turquoise. HEX triplet: BA, FE and FF. RGB value is (186,254,255). Sum of RGB (Red+Green+Blue) = 186+254+255=695 (92% of max value = 765). Red value is 186 (73.05% from 255 or 26.76% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEFF is #450100. Grayscale: #E9E9E9. Windows color (decimal): -4522241 or 16776890. OLE color: 16776890.
HSL color Cylindrical-coordinate representation of color #BAFEFF: hue angle of 180.87º 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 #BAFEFF is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 254 | 255 | - |
| CMYK | 0.27 | 0.00 | 0 | 0 |
| HSL | 180.87º | 1% | 0.86% | - |
| HSV(B) | 180.87º | 0.27% | 1% | - |
| XYZ | 73.74 | 88.54 | 107.81 | - |
| YUV | 233.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 255 | 0.27 | 0.00 | 0 | 0 | 180.87 | 1 | 0.86 |
| Hex | BA | FE | FF | 1B | 0 | 0 | 0 | B5 | 64 | 56 |
| Octal | 272 | 376 | 377 | 33 | 0 | 0 | 0 | 265 | 144 | 126 |
| Binary | 10111010 | 11111110 | 11111111 | 11011 | 0 | 0 | 0 | 10110101 | 1100100 | 1010110 |
Color Harmonies of #BAFEFF
Complementary color
Monochromatic Colors of #BAFEFF
Black with #BAFEFF
Text Example
Text Example
White with #BAFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEFF; }
p { color: rgb(186,254,255); }
H1.HeaderClassName
{
color: #BAFEFF;
}
.AnyTagClassName
{
color: #BAFEFF;
}
</style>
background-color css
<style>
a { background-color: #BAFEFF; }
a { background-color: rgb(186,254,255); }
div.DivClassName
{
background-color: #BAFEFF;
}
.BgClassName
{
background-color: #BAFEFF;
}
</style>
border-color css
<style>
span { border-color: #BAFEFF; }
span { border-color: rgb(186,254,255); }
td.TdClassName
{
border-color: #BAFEFF;
}
.TagClassName
{
border-color: #BAFEFF;
}
</style>