Shades of Pale Turquoise #BDF8F0
Tints of Pale Turquoise #BDF8F0
RGB
CMYK
RGB Variations
Color information
#BDF8F0 (or 0xBDF8F0) is known color: Pale Turquoise. HEX triplet: BD, F8 and F0. RGB value is (189,248,240). Sum of RGB (Red+Green+Blue) = 189+248+240=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8F0 is #42070F. Grayscale: #E5E5E5. Windows color (decimal): -4327184 or 15792317. OLE color: 15792317.
HSL color Cylindrical-coordinate representation of color #BDF8F0: hue angle of 171.86º 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 #BDF8F0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 240 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.03 |
| HSL | 171.86º | 0.81% | 0.86% | - |
| HSV(B) | 171.86º | 0.24% | 0.97% | - |
| XYZ | 70.28 | 84.24 | 94.99 | - |
| YUV | 229.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 240 | 0.24 | 0 | 0.03 | 0.03 | 171.86 | 0.81 | 0.86 |
| Hex | BD | F8 | F0 | 18 | 0 | 3 | 3 | AC | 51 | 56 |
| Octal | 275 | 370 | 360 | 30 | 0 | 3 | 3 | 254 | 121 | 126 |
| Binary | 10111101 | 11111000 | 11110000 | 11000 | 0 | 11 | 11 | 10101100 | 1010001 | 1010110 |
Color Harmonies of #BDF8F0
Complementary color
Monochromatic Colors of #BDF8F0
Black with #BDF8F0
Text Example
Text Example
White with #BDF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8F0; }
p { color: rgb(189,248,240); }
H1.HeaderClassName
{
color: #BDF8F0;
}
.AnyTagClassName
{
color: #BDF8F0;
}
</style>
background-color css
<style>
a { background-color: #BDF8F0; }
a { background-color: rgb(189,248,240); }
div.DivClassName
{
background-color: #BDF8F0;
}
.BgClassName
{
background-color: #BDF8F0;
}
</style>
border-color css
<style>
span { border-color: #BDF8F0; }
span { border-color: rgb(189,248,240); }
td.TdClassName
{
border-color: #BDF8F0;
}
.TagClassName
{
border-color: #BDF8F0;
}
</style>