Shades of Pale Turquoise #BDF8FE
Tints of Pale Turquoise #BDF8FE
RGB
CMYK
RGB Variations
Color information
#BDF8FE (or 0xBDF8FE) is known color: Pale Turquoise. HEX triplet: BD, F8 and FE. RGB value is (189,248,254). Sum of RGB (Red+Green+Blue) = 189+248+254=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8FE is #420701. Grayscale: #E6E6E6. Windows color (decimal): -4327170 or 16709821. OLE color: 16709821.
HSL color Cylindrical-coordinate representation of color #BDF8FE: hue angle of 185.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDF8FE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 248 | 254 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.00 |
| HSL | 185.54º | 0.97% | 0.87% | - |
| HSV(B) | 185.54º | 0.26% | 1% | - |
| XYZ | 72.44 | 85.11 | 106.38 | - |
| YUV | 231.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 254 | 0.26 | 0.02 | 0 | 0.00 | 185.54 | 0.97 | 0.87 |
| Hex | BD | F8 | FE | 1A | 2 | 0 | 0 | BA | 61 | 57 |
| Octal | 275 | 370 | 376 | 32 | 2 | 0 | 0 | 272 | 141 | 127 |
| Binary | 10111101 | 11111000 | 11111110 | 11010 | 10 | 0 | 0 | 10111010 | 1100001 | 1010111 |
Color Harmonies of #BDF8FE
Complementary color
Monochromatic Colors of #BDF8FE
Black with #BDF8FE
Text Example
Text Example
White with #BDF8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8FE; }
p { color: rgb(189,248,254); }
H1.HeaderClassName
{
color: #BDF8FE;
}
.AnyTagClassName
{
color: #BDF8FE;
}
</style>
background-color css
<style>
a { background-color: #BDF8FE; }
a { background-color: rgb(189,248,254); }
div.DivClassName
{
background-color: #BDF8FE;
}
.BgClassName
{
background-color: #BDF8FE;
}
</style>
border-color css
<style>
span { border-color: #BDF8FE; }
span { border-color: rgb(189,248,254); }
td.TdClassName
{
border-color: #BDF8FE;
}
.TagClassName
{
border-color: #BDF8FE;
}
</style>