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