Shades of Pale Turquoise #BAF2EB
Tints of Pale Turquoise #BAF2EB
RGB
CMYK
RGB Variations
Color information
#BAF2EB (or 0xBAF2EB) is known color: Pale Turquoise. HEX triplet: BA, F2 and EB. RGB value is (186,242,235). Sum of RGB (Red+Green+Blue) = 186+242+235=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2EB is #450D14. Grayscale: #E0E0E0. Windows color (decimal): -4525333 or 15463098. OLE color: 15463098.
HSL color Cylindrical-coordinate representation of color #BAF2EB: hue angle of 172.5º 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 #BAF2EB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 235 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.05 |
| HSL | 172.5º | 0.68% | 0.84% | - |
| HSV(B) | 172.5º | 0.23% | 0.95% | - |
| XYZ | 67 | 79.94 | 90.5 | - |
| YUV | 224.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 235 | 0.23 | 0 | 0.03 | 0.05 | 172.5 | 0.68 | 0.84 |
| Hex | BA | F2 | EB | 17 | 0 | 3 | 5 | AC | 44 | 54 |
| Octal | 272 | 362 | 353 | 27 | 0 | 3 | 5 | 254 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11101011 | 10111 | 0 | 11 | 101 | 10101100 | 1000100 | 1010100 |
Color Harmonies of #BAF2EB
Complementary color
Monochromatic Colors of #BAF2EB
Black with #BAF2EB
Text Example
Text Example
White with #BAF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2EB; }
p { color: rgb(186,242,235); }
H1.HeaderClassName
{
color: #BAF2EB;
}
.AnyTagClassName
{
color: #BAF2EB;
}
</style>
background-color css
<style>
a { background-color: #BAF2EB; }
a { background-color: rgb(186,242,235); }
div.DivClassName
{
background-color: #BAF2EB;
}
.BgClassName
{
background-color: #BAF2EB;
}
</style>
border-color css
<style>
span { border-color: #BAF2EB; }
span { border-color: rgb(186,242,235); }
td.TdClassName
{
border-color: #BAF2EB;
}
.TagClassName
{
border-color: #BAF2EB;
}
</style>