Shades of Pale Turquoise #BAF2EE
Tints of Pale Turquoise #BAF2EE
RGB
CMYK
RGB Variations
Color information
#BAF2EE (or 0xBAF2EE) is known color: Pale Turquoise. HEX triplet: BA, F2 and EE. RGB value is (186,242,238). Sum of RGB (Red+Green+Blue) = 186+242+238=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2EE is #450D11. Grayscale: #E0E0E0. Windows color (decimal): -4525330 or 15659706. OLE color: 15659706.
HSL color Cylindrical-coordinate representation of color #BAF2EE: hue angle of 175.71º 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 #BAF2EE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 238 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.05 |
| HSL | 175.71º | 0.68% | 0.84% | - |
| HSV(B) | 175.71º | 0.23% | 0.95% | - |
| XYZ | 67.43 | 80.12 | 92.8 | - |
| YUV | 224.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 238 | 0.23 | 0 | 0.02 | 0.05 | 175.71 | 0.68 | 0.84 |
| Hex | BA | F2 | EE | 17 | 0 | 2 | 5 | B0 | 44 | 54 |
| Octal | 272 | 362 | 356 | 27 | 0 | 2 | 5 | 260 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11101110 | 10111 | 0 | 10 | 101 | 10110000 | 1000100 | 1010100 |
Color Harmonies of #BAF2EE
Complementary color
Monochromatic Colors of #BAF2EE
Black with #BAF2EE
Text Example
Text Example
White with #BAF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2EE; }
p { color: rgb(186,242,238); }
H1.HeaderClassName
{
color: #BAF2EE;
}
.AnyTagClassName
{
color: #BAF2EE;
}
</style>
background-color css
<style>
a { background-color: #BAF2EE; }
a { background-color: rgb(186,242,238); }
div.DivClassName
{
background-color: #BAF2EE;
}
.BgClassName
{
background-color: #BAF2EE;
}
</style>
border-color css
<style>
span { border-color: #BAF2EE; }
span { border-color: rgb(186,242,238); }
td.TdClassName
{
border-color: #BAF2EE;
}
.TagClassName
{
border-color: #BAF2EE;
}
</style>