Shades of Pale Turquoise #BDF7F1
Tints of Pale Turquoise #BDF7F1
RGB
CMYK
RGB Variations
Color information
#BDF7F1 (or 0xBDF7F1) is known color: Pale Turquoise. HEX triplet: BD, F7 and F1. RGB value is (189,247,241). Sum of RGB (Red+Green+Blue) = 189+247+241=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7F1 is #42080E. Grayscale: #E4E4E4. Windows color (decimal): -4327439 or 15857597. OLE color: 15857597.
HSL color Cylindrical-coordinate representation of color #BDF7F1: hue angle of 173.79º 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 #BDF7F1 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 241 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.03 |
| HSL | 173.79º | 0.78% | 0.85% | - |
| HSV(B) | 173.79º | 0.23% | 0.97% | - |
| XYZ | 70.12 | 83.69 | 95.68 | - |
| YUV | 228.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 241 | 0.23 | 0 | 0.02 | 0.03 | 173.79 | 0.78 | 0.85 |
| Hex | BD | F7 | F1 | 17 | 0 | 2 | 3 | AE | 4E | 55 |
| Octal | 275 | 367 | 361 | 27 | 0 | 2 | 3 | 256 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11110001 | 10111 | 0 | 10 | 11 | 10101110 | 1001110 | 1010101 |
Color Harmonies of #BDF7F1
Complementary color
Monochromatic Colors of #BDF7F1
Black with #BDF7F1
Text Example
Text Example
White with #BDF7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7F1; }
p { color: rgb(189,247,241); }
H1.HeaderClassName
{
color: #BDF7F1;
}
.AnyTagClassName
{
color: #BDF7F1;
}
</style>
background-color css
<style>
a { background-color: #BDF7F1; }
a { background-color: rgb(189,247,241); }
div.DivClassName
{
background-color: #BDF7F1;
}
.BgClassName
{
background-color: #BDF7F1;
}
</style>
border-color css
<style>
span { border-color: #BDF7F1; }
span { border-color: rgb(189,247,241); }
td.TdClassName
{
border-color: #BDF7F1;
}
.TagClassName
{
border-color: #BDF7F1;
}
</style>