Shades of Pale Turquoise #BDF8FB
Tints of Pale Turquoise #BDF8FB
RGB
CMYK
RGB Variations
Color information
#BDF8FB (or 0xBDF8FB) is known color: Pale Turquoise. HEX triplet: BD, F8 and FB. RGB value is (189,248,251). Sum of RGB (Red+Green+Blue) = 189+248+251=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8FB is #420704. Grayscale: #E6E6E6. Windows color (decimal): -4327173 or 16513213. OLE color: 16513213.
HSL color Cylindrical-coordinate representation of color #BDF8FB: hue angle of 182.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF8FB is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 248 | 251 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.02 |
| HSL | 182.9º | 0.89% | 0.86% | - |
| HSV(B) | 182.9º | 0.25% | 0.98% | - |
| XYZ | 71.97 | 84.92 | 103.86 | - |
| YUV | 230.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 251 | 0.25 | 0.01 | 0 | 0.02 | 182.9 | 0.89 | 0.86 |
| Hex | BD | F8 | FB | 19 | 1 | 0 | 2 | B7 | 59 | 56 |
| Octal | 275 | 370 | 373 | 31 | 1 | 0 | 2 | 267 | 131 | 126 |
| Binary | 10111101 | 11111000 | 11111011 | 11001 | 1 | 0 | 10 | 10110111 | 1011001 | 1010110 |
Color Harmonies of #BDF8FB
Complementary color
Monochromatic Colors of #BDF8FB
Black with #BDF8FB
Text Example
Text Example
White with #BDF8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8FB; }
p { color: rgb(189,248,251); }
H1.HeaderClassName
{
color: #BDF8FB;
}
.AnyTagClassName
{
color: #BDF8FB;
}
</style>
background-color css
<style>
a { background-color: #BDF8FB; }
a { background-color: rgb(189,248,251); }
div.DivClassName
{
background-color: #BDF8FB;
}
.BgClassName
{
background-color: #BDF8FB;
}
</style>
border-color css
<style>
span { border-color: #BDF8FB; }
span { border-color: rgb(189,248,251); }
td.TdClassName
{
border-color: #BDF8FB;
}
.TagClassName
{
border-color: #BDF8FB;
}
</style>