Shades of Pale Turquoise #BAFFF4
Tints of Pale Turquoise #BAFFF4
RGB
CMYK
RGB Variations
Color information
#BAFFF4 (or 0xBAFFF4) is known color: Pale Turquoise. HEX triplet: BA, FF and F4. RGB value is (186,255,244). Sum of RGB (Red+Green+Blue) = 186+255+244=685 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.15% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF4 is #45000B. Grayscale: #E9E9E9. Windows color (decimal): -4521996 or 16056250. OLE color: 16056250.
HSL color Cylindrical-coordinate representation of color #BAFFF4: hue angle of 170.43º 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 #BAFFF4 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 244 | - |
| CMYK | 0.27 | 0 | 0.04 | 0 |
| HSL | 170.43º | 1% | 0.86% | - |
| HSV(B) | 170.43º | 0.27% | 1% | - |
| XYZ | 72.34 | 88.49 | 98.86 | - |
| YUV | 233.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 244 | 0.27 | 0 | 0.04 | 0 | 170.43 | 1 | 0.86 |
| Hex | BA | FF | F4 | 1B | 0 | 4 | 0 | AA | 64 | 56 |
| Octal | 272 | 377 | 364 | 33 | 0 | 4 | 0 | 252 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11110100 | 11011 | 0 | 100 | 0 | 10101010 | 1100100 | 1010110 |
Color Harmonies of #BAFFF4
Complementary color
Monochromatic Colors of #BAFFF4
Black with #BAFFF4
Text Example
Text Example
White with #BAFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF4; }
p { color: rgb(186,255,244); }
H1.HeaderClassName
{
color: #BAFFF4;
}
.AnyTagClassName
{
color: #BAFFF4;
}
</style>
background-color css
<style>
a { background-color: #BAFFF4; }
a { background-color: rgb(186,255,244); }
div.DivClassName
{
background-color: #BAFFF4;
}
.BgClassName
{
background-color: #BAFFF4;
}
</style>
border-color css
<style>
span { border-color: #BAFFF4; }
span { border-color: rgb(186,255,244); }
td.TdClassName
{
border-color: #BAFFF4;
}
.TagClassName
{
border-color: #BAFFF4;
}
</style>