Shades of Pale Turquoise #BAEDF0
Tints of Pale Turquoise #BAEDF0
RGB
CMYK
RGB Variations
Color information
#BAEDF0 (or 0xBAEDF0) is known color: Pale Turquoise. HEX triplet: BA, ED and F0. RGB value is (186,237,240). Sum of RGB (Red+Green+Blue) = 186+237+240=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF0 is #45120F. Grayscale: #DEDEDE. Windows color (decimal): -4526608 or 15789498. OLE color: 15789498.
HSL color Cylindrical-coordinate representation of color #BAEDF0: hue angle of 183.33º 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 #BAEDF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 237 | 240 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 183.33º | 0.64% | 0.84% | - |
| HSV(B) | 183.33º | 0.23% | 0.94% | - |
| XYZ | 66.26 | 77.3 | 93.87 | - |
| YUV | 222.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 240 | 0.22 | 0.01 | 0 | 0.06 | 183.33 | 0.64 | 0.84 |
| Hex | BA | ED | F0 | 16 | 1 | 0 | 6 | B7 | 40 | 54 |
| Octal | 272 | 355 | 360 | 26 | 1 | 0 | 6 | 267 | 100 | 124 |
| Binary | 10111010 | 11101101 | 11110000 | 10110 | 1 | 0 | 110 | 10110111 | 1000000 | 1010100 |
Color Harmonies of #BAEDF0
Complementary color
Monochromatic Colors of #BAEDF0
Black with #BAEDF0
Text Example
Text Example
White with #BAEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDF0; }
p { color: rgb(186,237,240); }
H1.HeaderClassName
{
color: #BAEDF0;
}
.AnyTagClassName
{
color: #BAEDF0;
}
</style>
background-color css
<style>
a { background-color: #BAEDF0; }
a { background-color: rgb(186,237,240); }
div.DivClassName
{
background-color: #BAEDF0;
}
.BgClassName
{
background-color: #BAEDF0;
}
</style>
border-color css
<style>
span { border-color: #BAEDF0; }
span { border-color: rgb(186,237,240); }
td.TdClassName
{
border-color: #BAEDF0;
}
.TagClassName
{
border-color: #BAEDF0;
}
</style>