Shades of Pale Turquoise #BDFFFD
Tints of Pale Turquoise #BDFFFD
RGB
CMYK
RGB Variations
Color information
#BDFFFD (or 0xBDFFFD) is known color: Pale Turquoise. HEX triplet: BD, FF and FD. RGB value is (189,255,253). Sum of RGB (Red+Green+Blue) = 189+255+253=697 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.12% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFFD is #420002. Grayscale: #EAEAEA. Windows color (decimal): -4325379 or 16646077. OLE color: 16646077.
HSL color Cylindrical-coordinate representation of color #BDFFFD: hue angle of 178.18º 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 #BDFFFD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 253 | - |
| CMYK | 0.26 | 0 | 0.01 | 0 |
| HSL | 178.18º | 1% | 0.87% | - |
| HSV(B) | 178.18º | 0.26% | 1% | - |
| XYZ | 74.48 | 89.43 | 106.27 | - |
| YUV | 235.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 253 | 0.26 | 0 | 0.01 | 0 | 178.18 | 1 | 0.87 |
| Hex | BD | FF | FD | 1A | 0 | 1 | 0 | B2 | 64 | 57 |
| Octal | 275 | 377 | 375 | 32 | 0 | 1 | 0 | 262 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11111101 | 11010 | 0 | 1 | 0 | 10110010 | 1100100 | 1010111 |
Color Harmonies of #BDFFFD
Complementary color
Monochromatic Colors of #BDFFFD
Black with #BDFFFD
Text Example
Text Example
White with #BDFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFFD; }
p { color: rgb(189,255,253); }
H1.HeaderClassName
{
color: #BDFFFD;
}
.AnyTagClassName
{
color: #BDFFFD;
}
</style>
background-color css
<style>
a { background-color: #BDFFFD; }
a { background-color: rgb(189,255,253); }
div.DivClassName
{
background-color: #BDFFFD;
}
.BgClassName
{
background-color: #BDFFFD;
}
</style>
border-color css
<style>
span { border-color: #BDFFFD; }
span { border-color: rgb(189,255,253); }
td.TdClassName
{
border-color: #BDFFFD;
}
.TagClassName
{
border-color: #BDFFFD;
}
</style>