Shades of Pale Turquoise #BAF0F2
Tints of Pale Turquoise #BAF0F2
RGB
CMYK
RGB Variations
Color information
#BAF0F2 (or 0xBAF0F2) is known color: Pale Turquoise. HEX triplet: BA, F0 and F2. RGB value is (186,240,242). Sum of RGB (Red+Green+Blue) = 186+240+242=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0F2 is #450F0D. Grayscale: #E0E0E0. Windows color (decimal): -4525838 or 15921338. OLE color: 15921338.
HSL color Cylindrical-coordinate representation of color #BAF0F2: hue angle of 182.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0F2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 240 | 242 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.05 |
| HSL | 182.14º | 0.68% | 0.84% | - |
| HSV(B) | 182.14º | 0.23% | 0.95% | - |
| XYZ | 67.44 | 79.17 | 95.73 | - |
| YUV | 224.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 242 | 0.23 | 0.01 | 0 | 0.05 | 182.14 | 0.68 | 0.84 |
| Hex | BA | F0 | F2 | 17 | 1 | 0 | 5 | B6 | 44 | 54 |
| Octal | 272 | 360 | 362 | 27 | 1 | 0 | 5 | 266 | 104 | 124 |
| Binary | 10111010 | 11110000 | 11110010 | 10111 | 1 | 0 | 101 | 10110110 | 1000100 | 1010100 |
Color Harmonies of #BAF0F2
Complementary color
Monochromatic Colors of #BAF0F2
Black with #BAF0F2
Text Example
Text Example
White with #BAF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0F2; }
p { color: rgb(186,240,242); }
H1.HeaderClassName
{
color: #BAF0F2;
}
.AnyTagClassName
{
color: #BAF0F2;
}
</style>
background-color css
<style>
a { background-color: #BAF0F2; }
a { background-color: rgb(186,240,242); }
div.DivClassName
{
background-color: #BAF0F2;
}
.BgClassName
{
background-color: #BAF0F2;
}
</style>
border-color css
<style>
span { border-color: #BAF0F2; }
span { border-color: rgb(186,240,242); }
td.TdClassName
{
border-color: #BAF0F2;
}
.TagClassName
{
border-color: #BAF0F2;
}
</style>