Shades of Pale Turquoise #BDF7EF
Tints of Pale Turquoise #BDF7EF
RGB
CMYK
RGB Variations
Color information
#BDF7EF (or 0xBDF7EF) is known color: Pale Turquoise. HEX triplet: BD, F7 and EF. RGB value is (189,247,239). Sum of RGB (Red+Green+Blue) = 189+247+239=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7EF is #420810. Grayscale: #E4E4E4. Windows color (decimal): -4327441 or 15726525. OLE color: 15726525.
HSL color Cylindrical-coordinate representation of color #BDF7EF: hue angle of 171.72º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7EF is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 239 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.03 |
| HSL | 171.72º | 0.78% | 0.85% | - |
| HSV(B) | 171.72º | 0.23% | 0.97% | - |
| XYZ | 69.83 | 83.57 | 94.11 | - |
| YUV | 228.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 239 | 0.23 | 0 | 0.03 | 0.03 | 171.72 | 0.78 | 0.85 |
| Hex | BD | F7 | EF | 17 | 0 | 3 | 3 | AC | 4E | 55 |
| Octal | 275 | 367 | 357 | 27 | 0 | 3 | 3 | 254 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11101111 | 10111 | 0 | 11 | 11 | 10101100 | 1001110 | 1010101 |
Color Harmonies of #BDF7EF
Complementary color
Monochromatic Colors of #BDF7EF
Black with #BDF7EF
Text Example
Text Example
White with #BDF7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7EF; }
p { color: rgb(189,247,239); }
H1.HeaderClassName
{
color: #BDF7EF;
}
.AnyTagClassName
{
color: #BDF7EF;
}
</style>
background-color css
<style>
a { background-color: #BDF7EF; }
a { background-color: rgb(189,247,239); }
div.DivClassName
{
background-color: #BDF7EF;
}
.BgClassName
{
background-color: #BDF7EF;
}
</style>
border-color css
<style>
span { border-color: #BDF7EF; }
span { border-color: rgb(189,247,239); }
td.TdClassName
{
border-color: #BDF7EF;
}
.TagClassName
{
border-color: #BDF7EF;
}
</style>