Shades of Pale Turquoise #BDFEFF
Tints of Pale Turquoise #BDFEFF
RGB
CMYK
RGB Variations
Color information
#BDFEFF (or 0xBDFEFF) is known color: Pale Turquoise. HEX triplet: BD, FE and FF. RGB value is (189,254,255). Sum of RGB (Red+Green+Blue) = 189+254+255=698 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.08% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEFF is #420100. Grayscale: #EAEAEA. Windows color (decimal): -4325633 or 16776893. OLE color: 16776893.
HSL color Cylindrical-coordinate representation of color #BDFEFF: hue angle of 180.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEFF is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 254 | 255 | - |
| CMYK | 0.26 | 0.00 | 0 | 0 |
| HSL | 180.91º | 1% | 0.87% | - |
| HSV(B) | 180.91º | 0.26% | 1% | - |
| XYZ | 74.48 | 88.92 | 107.85 | - |
| YUV | 234.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 255 | 0.26 | 0.00 | 0 | 0 | 180.91 | 1 | 0.87 |
| Hex | BD | FE | FF | 1A | 0 | 0 | 0 | B5 | 64 | 57 |
| Octal | 275 | 376 | 377 | 32 | 0 | 0 | 0 | 265 | 144 | 127 |
| Binary | 10111101 | 11111110 | 11111111 | 11010 | 0 | 0 | 0 | 10110101 | 1100100 | 1010111 |
Color Harmonies of #BDFEFF
Complementary color
Monochromatic Colors of #BDFEFF
Black with #BDFEFF
Text Example
Text Example
White with #BDFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEFF; }
p { color: rgb(189,254,255); }
H1.HeaderClassName
{
color: #BDFEFF;
}
.AnyTagClassName
{
color: #BDFEFF;
}
</style>
background-color css
<style>
a { background-color: #BDFEFF; }
a { background-color: rgb(189,254,255); }
div.DivClassName
{
background-color: #BDFEFF;
}
.BgClassName
{
background-color: #BDFEFF;
}
</style>
border-color css
<style>
span { border-color: #BDFEFF; }
span { border-color: rgb(189,254,255); }
td.TdClassName
{
border-color: #BDFEFF;
}
.TagClassName
{
border-color: #BDFEFF;
}
</style>