Shades of Pale Turquoise #BAFFFF
Tints of Pale Turquoise #BAFFFF
RGB
CMYK
RGB Variations
Color information
#BAFFFF (or 0xBAFFFF) is known color: Pale Turquoise. HEX triplet: BA, FF and FF. RGB value is (186,255,255). Sum of RGB (Red+Green+Blue) = 186+255+255=696 (92% of max value = 765). Red value is 186 (73.05% from 255 or 26.72% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #BAFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFFF is #450000. Grayscale: #EAEAEA. Windows color (decimal): -4521985 or 16777146. OLE color: 16777146.
HSL color Cylindrical-coordinate representation of color #BAFFFF: hue angle of 180º 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 #BAFFFF is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 255 | - |
| CMYK | 0.27 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.86% | - |
| HSV(B) | 180º | 0.27% | 1% | - |
| XYZ | 74.06 | 89.18 | 107.92 | - |
| YUV | 234.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 255 | 0.27 | 0 | 0 | 0 | 180 | 1 | 0.86 |
| Hex | BA | FF | FF | 1B | 0 | 0 | 0 | B4 | 64 | 56 |
| Octal | 272 | 377 | 377 | 33 | 0 | 0 | 0 | 264 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11111111 | 11011 | 0 | 0 | 0 | 10110100 | 1100100 | 1010110 |
Color Harmonies of #BAFFFF
Complementary color
Monochromatic Colors of #BAFFFF
Black with #BAFFFF
Text Example
Text Example
White with #BAFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFFF; }
p { color: rgb(186,255,255); }
H1.HeaderClassName
{
color: #BAFFFF;
}
.AnyTagClassName
{
color: #BAFFFF;
}
</style>
background-color css
<style>
a { background-color: #BAFFFF; }
a { background-color: rgb(186,255,255); }
div.DivClassName
{
background-color: #BAFFFF;
}
.BgClassName
{
background-color: #BAFFFF;
}
</style>
border-color css
<style>
span { border-color: #BAFFFF; }
span { border-color: rgb(186,255,255); }
td.TdClassName
{
border-color: #BAFFFF;
}
.TagClassName
{
border-color: #BAFFFF;
}
</style>