Shades of Pale Turquoise #BDF6EF
Tints of Pale Turquoise #BDF6EF
RGB
CMYK
RGB Variations
Color information
#BDF6EF (or 0xBDF6EF) is known color: Pale Turquoise. HEX triplet: BD, F6 and EF. RGB value is (189,246,239). Sum of RGB (Red+Green+Blue) = 189+246+239=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6EF is #420910. Grayscale: #E4E4E4. Windows color (decimal): -4327697 or 15726269. OLE color: 15726269.
HSL color Cylindrical-coordinate representation of color #BDF6EF: hue angle of 172.63º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6EF is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 239 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.04 |
| HSL | 172.63º | 0.76% | 0.85% | - |
| HSV(B) | 172.63º | 0.23% | 0.96% | - |
| XYZ | 69.52 | 82.96 | 94.01 | - |
| YUV | 228.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 239 | 0.23 | 0 | 0.03 | 0.04 | 172.63 | 0.76 | 0.85 |
| Hex | BD | F6 | EF | 17 | 0 | 3 | 4 | AD | 4C | 55 |
| Octal | 275 | 366 | 357 | 27 | 0 | 3 | 4 | 255 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11101111 | 10111 | 0 | 11 | 100 | 10101101 | 1001100 | 1010101 |
Color Harmonies of #BDF6EF
Complementary color
Monochromatic Colors of #BDF6EF
Black with #BDF6EF
Text Example
Text Example
White with #BDF6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6EF; }
p { color: rgb(189,246,239); }
H1.HeaderClassName
{
color: #BDF6EF;
}
.AnyTagClassName
{
color: #BDF6EF;
}
</style>
background-color css
<style>
a { background-color: #BDF6EF; }
a { background-color: rgb(189,246,239); }
div.DivClassName
{
background-color: #BDF6EF;
}
.BgClassName
{
background-color: #BDF6EF;
}
</style>
border-color css
<style>
span { border-color: #BDF6EF; }
span { border-color: rgb(189,246,239); }
td.TdClassName
{
border-color: #BDF6EF;
}
.TagClassName
{
border-color: #BDF6EF;
}
</style>