Shades of Pale Turquoise #BAF8F2
Tints of Pale Turquoise #BAF8F2
RGB
CMYK
RGB Variations
Color information
#BAF8F2 (or 0xBAF8F2) is known color: Pale Turquoise. HEX triplet: BA, F8 and F2. RGB value is (186,248,242). Sum of RGB (Red+Green+Blue) = 186+248+242=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8F2 is #45070D. Grayscale: #E4E4E4. Windows color (decimal): -4523790 or 15923386. OLE color: 15923386.
HSL color Cylindrical-coordinate representation of color #BAF8F2: hue angle of 174.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8F2 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 242 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.03 |
| HSL | 174.19º | 0.82% | 0.85% | - |
| HSV(B) | 174.19º | 0.25% | 0.97% | - |
| XYZ | 69.84 | 83.98 | 96.53 | - |
| YUV | 228.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 242 | 0.25 | 0 | 0.02 | 0.03 | 174.19 | 0.82 | 0.85 |
| Hex | BA | F8 | F2 | 19 | 0 | 2 | 3 | AE | 52 | 55 |
| Octal | 272 | 370 | 362 | 31 | 0 | 2 | 3 | 256 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11110010 | 11001 | 0 | 10 | 11 | 10101110 | 1010010 | 1010101 |
Color Harmonies of #BAF8F2
Complementary color
Monochromatic Colors of #BAF8F2
Black with #BAF8F2
Text Example
Text Example
White with #BAF8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8F2; }
p { color: rgb(186,248,242); }
H1.HeaderClassName
{
color: #BAF8F2;
}
.AnyTagClassName
{
color: #BAF8F2;
}
</style>
background-color css
<style>
a { background-color: #BAF8F2; }
a { background-color: rgb(186,248,242); }
div.DivClassName
{
background-color: #BAF8F2;
}
.BgClassName
{
background-color: #BAF8F2;
}
</style>
border-color css
<style>
span { border-color: #BAF8F2; }
span { border-color: rgb(186,248,242); }
td.TdClassName
{
border-color: #BAF8F2;
}
.TagClassName
{
border-color: #BAF8F2;
}
</style>