Shades of Pale Turquoise #BAF0ED
Tints of Pale Turquoise #BAF0ED
RGB
CMYK
RGB Variations
Color information
#BAF0ED (or 0xBAF0ED) is known color: Pale Turquoise. HEX triplet: BA, F0 and ED. RGB value is (186,240,237). Sum of RGB (Red+Green+Blue) = 186+240+237=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0ED is #450F12. Grayscale: #DFDFDF. Windows color (decimal): -4525843 or 15593658. OLE color: 15593658.
HSL color Cylindrical-coordinate representation of color #BAF0ED: hue angle of 176.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0ED is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 237 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.06 |
| HSL | 176.67º | 0.64% | 0.84% | - |
| HSV(B) | 176.67º | 0.23% | 0.94% | - |
| XYZ | 66.7 | 78.87 | 91.83 | - |
| YUV | 223.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 237 | 0.22 | 0 | 0.01 | 0.06 | 176.67 | 0.64 | 0.84 |
| Hex | BA | F0 | ED | 16 | 0 | 1 | 6 | B1 | 40 | 54 |
| Octal | 272 | 360 | 355 | 26 | 0 | 1 | 6 | 261 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11101101 | 10110 | 0 | 1 | 110 | 10110001 | 1000000 | 1010100 |
Color Harmonies of #BAF0ED
Complementary color
Monochromatic Colors of #BAF0ED
Black with #BAF0ED
Text Example
Text Example
White with #BAF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0ED; }
p { color: rgb(186,240,237); }
H1.HeaderClassName
{
color: #BAF0ED;
}
.AnyTagClassName
{
color: #BAF0ED;
}
</style>
background-color css
<style>
a { background-color: #BAF0ED; }
a { background-color: rgb(186,240,237); }
div.DivClassName
{
background-color: #BAF0ED;
}
.BgClassName
{
background-color: #BAF0ED;
}
</style>
border-color css
<style>
span { border-color: #BAF0ED; }
span { border-color: rgb(186,240,237); }
td.TdClassName
{
border-color: #BAF0ED;
}
.TagClassName
{
border-color: #BAF0ED;
}
</style>