Shades of Pale Turquoise #BDF3EC
Tints of Pale Turquoise #BDF3EC
RGB
CMYK
RGB Variations
Color information
#BDF3EC (or 0xBDF3EC) is known color: Pale Turquoise. HEX triplet: BD, F3 and EC. RGB value is (189,243,236). Sum of RGB (Red+Green+Blue) = 189+243+236=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EC is #420C13. Grayscale: #E2E2E2. Windows color (decimal): -4328468 or 15528893. OLE color: 15528893.
HSL color Cylindrical-coordinate representation of color #BDF3EC: hue angle of 172.22º degrees, saturation: 0.69, 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 #BDF3EC is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 236 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.05 |
| HSL | 172.22º | 0.69% | 0.85% | - |
| HSV(B) | 172.22º | 0.22% | 0.95% | - |
| XYZ | 68.18 | 80.98 | 91.39 | - |
| YUV | 226.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 236 | 0.22 | 0 | 0.03 | 0.05 | 172.22 | 0.69 | 0.85 |
| Hex | BD | F3 | EC | 16 | 0 | 3 | 5 | AC | 45 | 55 |
| Octal | 275 | 363 | 354 | 26 | 0 | 3 | 5 | 254 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11101100 | 10110 | 0 | 11 | 101 | 10101100 | 1000101 | 1010101 |
Color Harmonies of #BDF3EC
Complementary color
Monochromatic Colors of #BDF3EC
Black with #BDF3EC
Text Example
Text Example
White with #BDF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3EC; }
p { color: rgb(189,243,236); }
H1.HeaderClassName
{
color: #BDF3EC;
}
.AnyTagClassName
{
color: #BDF3EC;
}
</style>
background-color css
<style>
a { background-color: #BDF3EC; }
a { background-color: rgb(189,243,236); }
div.DivClassName
{
background-color: #BDF3EC;
}
.BgClassName
{
background-color: #BDF3EC;
}
</style>
border-color css
<style>
span { border-color: #BDF3EC; }
span { border-color: rgb(189,243,236); }
td.TdClassName
{
border-color: #BDF3EC;
}
.TagClassName
{
border-color: #BDF3EC;
}
</style>