Shades of Pale Turquoise #BDF0EC
Tints of Pale Turquoise #BDF0EC
RGB
CMYK
RGB Variations
Color information
#BDF0EC (or 0xBDF0EC) is known color: Pale Turquoise. HEX triplet: BD, F0 and EC. RGB value is (189,240,236). Sum of RGB (Red+Green+Blue) = 189+240+236=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0EC is #420F13. Grayscale: #E0E0E0. Windows color (decimal): -4329236 or 15528125. OLE color: 15528125.
HSL color Cylindrical-coordinate representation of color #BDF0EC: hue angle of 175.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 236 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.06 |
| HSL | 175.29º | 0.63% | 0.84% | - |
| HSV(B) | 175.29º | 0.21% | 0.94% | - |
| XYZ | 67.29 | 79.2 | 91.1 | - |
| YUV | 224.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 236 | 0.21 | 0 | 0.02 | 0.06 | 175.29 | 0.63 | 0.84 |
| Hex | BD | F0 | EC | 15 | 0 | 2 | 6 | AF | 3F | 54 |
| Octal | 275 | 360 | 354 | 25 | 0 | 2 | 6 | 257 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11101100 | 10101 | 0 | 10 | 110 | 10101111 | 111111 | 1010100 |
Color Harmonies of #BDF0EC
Complementary color
Monochromatic Colors of #BDF0EC
Black with #BDF0EC
Text Example
Text Example
White with #BDF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0EC; }
p { color: rgb(189,240,236); }
H1.HeaderClassName
{
color: #BDF0EC;
}
.AnyTagClassName
{
color: #BDF0EC;
}
</style>
background-color css
<style>
a { background-color: #BDF0EC; }
a { background-color: rgb(189,240,236); }
div.DivClassName
{
background-color: #BDF0EC;
}
.BgClassName
{
background-color: #BDF0EC;
}
</style>
border-color css
<style>
span { border-color: #BDF0EC; }
span { border-color: rgb(189,240,236); }
td.TdClassName
{
border-color: #BDF0EC;
}
.TagClassName
{
border-color: #BDF0EC;
}
</style>