Shades of Pale Turquoise #BDF2EC
Tints of Pale Turquoise #BDF2EC
RGB
CMYK
RGB Variations
Color information
#BDF2EC (or 0xBDF2EC) is known color: Pale Turquoise. HEX triplet: BD, F2 and EC. RGB value is (189,242,236). Sum of RGB (Red+Green+Blue) = 189+242+236=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2EC is #420D13. Grayscale: #E1E1E1. Windows color (decimal): -4328724 or 15528637. OLE color: 15528637.
HSL color Cylindrical-coordinate representation of color #BDF2EC: hue angle of 173.21º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2EC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 236 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 173.21º | 0.67% | 0.85% | - |
| HSV(B) | 173.21º | 0.22% | 0.95% | - |
| XYZ | 67.88 | 80.38 | 91.29 | - |
| YUV | 225.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 236 | 0.22 | 0 | 0.02 | 0.05 | 173.21 | 0.67 | 0.85 |
| Hex | BD | F2 | EC | 16 | 0 | 2 | 5 | AD | 43 | 55 |
| Octal | 275 | 362 | 354 | 26 | 0 | 2 | 5 | 255 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11101100 | 10110 | 0 | 10 | 101 | 10101101 | 1000011 | 1010101 |
Color Harmonies of #BDF2EC
Complementary color
Monochromatic Colors of #BDF2EC
Black with #BDF2EC
Text Example
Text Example
White with #BDF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2EC; }
p { color: rgb(189,242,236); }
H1.HeaderClassName
{
color: #BDF2EC;
}
.AnyTagClassName
{
color: #BDF2EC;
}
</style>
background-color css
<style>
a { background-color: #BDF2EC; }
a { background-color: rgb(189,242,236); }
div.DivClassName
{
background-color: #BDF2EC;
}
.BgClassName
{
background-color: #BDF2EC;
}
</style>
border-color css
<style>
span { border-color: #BDF2EC; }
span { border-color: rgb(189,242,236); }
td.TdClassName
{
border-color: #BDF2EC;
}
.TagClassName
{
border-color: #BDF2EC;
}
</style>