Shades of Pale Turquoise #BDFFFC
Tints of Pale Turquoise #BDFFFC
RGB
CMYK
RGB Variations
Color information
#BDFFFC (or 0xBDFFFC) is known color: Pale Turquoise. HEX triplet: BD, FF and FC. RGB value is (189,255,252). Sum of RGB (Red+Green+Blue) = 189+255+252=696 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.16% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFFC is #420003. Grayscale: #EAEAEA. Windows color (decimal): -4325380 or 16580541. OLE color: 16580541.
HSL color Cylindrical-coordinate representation of color #BDFFFC: hue angle of 177.27º 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 #BDFFFC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 252 | - |
| CMYK | 0.26 | 0 | 0.01 | 0 |
| HSL | 177.27º | 1% | 0.87% | - |
| HSV(B) | 177.27º | 0.26% | 1% | - |
| XYZ | 74.32 | 89.37 | 105.43 | - |
| YUV | 234.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 252 | 0.26 | 0 | 0.01 | 0 | 177.27 | 1 | 0.87 |
| Hex | BD | FF | FC | 1A | 0 | 1 | 0 | B1 | 64 | 57 |
| Octal | 275 | 377 | 374 | 32 | 0 | 1 | 0 | 261 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11111100 | 11010 | 0 | 1 | 0 | 10110001 | 1100100 | 1010111 |
Color Harmonies of #BDFFFC
Complementary color
Monochromatic Colors of #BDFFFC
Black with #BDFFFC
Text Example
Text Example
White with #BDFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFFC; }
p { color: rgb(189,255,252); }
H1.HeaderClassName
{
color: #BDFFFC;
}
.AnyTagClassName
{
color: #BDFFFC;
}
</style>
background-color css
<style>
a { background-color: #BDFFFC; }
a { background-color: rgb(189,255,252); }
div.DivClassName
{
background-color: #BDFFFC;
}
.BgClassName
{
background-color: #BDFFFC;
}
</style>
border-color css
<style>
span { border-color: #BDFFFC; }
span { border-color: rgb(189,255,252); }
td.TdClassName
{
border-color: #BDFFFC;
}
.TagClassName
{
border-color: #BDFFFC;
}
</style>