Shades of Pale Turquoise #BDF1EC
Tints of Pale Turquoise #BDF1EC
RGB
CMYK
RGB Variations
Color information
#BDF1EC (or 0xBDF1EC) is known color: Pale Turquoise. HEX triplet: BD, F1 and EC. RGB value is (189,241,236). Sum of RGB (Red+Green+Blue) = 189+241+236=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1EC is #420E13. Grayscale: #E0E0E0. Windows color (decimal): -4328980 or 15528381. OLE color: 15528381.
HSL color Cylindrical-coordinate representation of color #BDF1EC: hue angle of 174.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 236 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 174.23º | 0.65% | 0.84% | - |
| HSV(B) | 174.23º | 0.22% | 0.95% | - |
| XYZ | 67.58 | 79.79 | 91.2 | - |
| YUV | 224.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 236 | 0.22 | 0 | 0.02 | 0.05 | 174.23 | 0.65 | 0.84 |
| Hex | BD | F1 | EC | 16 | 0 | 2 | 5 | AE | 41 | 54 |
| Octal | 275 | 361 | 354 | 26 | 0 | 2 | 5 | 256 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11101100 | 10110 | 0 | 10 | 101 | 10101110 | 1000001 | 1010100 |
Color Harmonies of #BDF1EC
Complementary color
Monochromatic Colors of #BDF1EC
Black with #BDF1EC
Text Example
Text Example
White with #BDF1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1EC; }
p { color: rgb(189,241,236); }
H1.HeaderClassName
{
color: #BDF1EC;
}
.AnyTagClassName
{
color: #BDF1EC;
}
</style>
background-color css
<style>
a { background-color: #BDF1EC; }
a { background-color: rgb(189,241,236); }
div.DivClassName
{
background-color: #BDF1EC;
}
.BgClassName
{
background-color: #BDF1EC;
}
</style>
border-color css
<style>
span { border-color: #BDF1EC; }
span { border-color: rgb(189,241,236); }
td.TdClassName
{
border-color: #BDF1EC;
}
.TagClassName
{
border-color: #BDF1EC;
}
</style>