Shades of Pale Turquoise #BDF8F1
Tints of Pale Turquoise #BDF8F1
RGB
CMYK
RGB Variations
Color information
#BDF8F1 (or 0xBDF8F1) is known color: Pale Turquoise. HEX triplet: BD, F8 and F1. RGB value is (189,248,241). Sum of RGB (Red+Green+Blue) = 189+248+241=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8F1 is #42070E. Grayscale: #E5E5E5. Windows color (decimal): -4327183 or 15857853. OLE color: 15857853.
HSL color Cylindrical-coordinate representation of color #BDF8F1: hue angle of 172.88º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8F1 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 241 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.03 |
| HSL | 172.88º | 0.81% | 0.86% | - |
| HSV(B) | 172.88º | 0.24% | 0.97% | - |
| XYZ | 70.43 | 84.3 | 95.78 | - |
| YUV | 229.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 241 | 0.24 | 0 | 0.03 | 0.03 | 172.88 | 0.81 | 0.86 |
| Hex | BD | F8 | F1 | 18 | 0 | 3 | 3 | AD | 51 | 56 |
| Octal | 275 | 370 | 361 | 30 | 0 | 3 | 3 | 255 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11110001 | 11000 | 0 | 11 | 11 | 10101101 | 1010001 | 1010110 |
Color Harmonies of #BDF8F1
Complementary color
Monochromatic Colors of #BDF8F1
Black with #BDF8F1
Text Example
Text Example
White with #BDF8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8F1; }
p { color: rgb(189,248,241); }
H1.HeaderClassName
{
color: #BDF8F1;
}
.AnyTagClassName
{
color: #BDF8F1;
}
</style>
background-color css
<style>
a { background-color: #BDF8F1; }
a { background-color: rgb(189,248,241); }
div.DivClassName
{
background-color: #BDF8F1;
}
.BgClassName
{
background-color: #BDF8F1;
}
</style>
border-color css
<style>
span { border-color: #BDF8F1; }
span { border-color: rgb(189,248,241); }
td.TdClassName
{
border-color: #BDF8F1;
}
.TagClassName
{
border-color: #BDF8F1;
}
</style>