Shades of Pale Turquoise #BDFFF9
Tints of Pale Turquoise #BDFFF9
RGB
CMYK
RGB Variations
Color information
#BDFFF9 (or 0xBDFFF9) is known color: Pale Turquoise. HEX triplet: BD, FF and F9. RGB value is (189,255,249). Sum of RGB (Red+Green+Blue) = 189+255+249=693 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.27% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 249 (97.66% from 255 or 35.93% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFF9 is #420006. Grayscale: #EAEAEA. Windows color (decimal): -4325383 or 16383933. OLE color: 16383933.
HSL color Cylindrical-coordinate representation of color #BDFFF9: hue angle of 174.55º 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 #BDFFF9 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 249 | - |
| CMYK | 0.26 | 0 | 0.02 | 0 |
| HSL | 174.55º | 1% | 0.87% | - |
| HSV(B) | 174.55º | 0.26% | 1% | - |
| XYZ | 73.85 | 89.18 | 102.94 | - |
| YUV | 234.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 249 | 0.26 | 0 | 0.02 | 0 | 174.55 | 1 | 0.87 |
| Hex | BD | FF | F9 | 1A | 0 | 2 | 0 | AF | 64 | 57 |
| Octal | 275 | 377 | 371 | 32 | 0 | 2 | 0 | 257 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11111001 | 11010 | 0 | 10 | 0 | 10101111 | 1100100 | 1010111 |
Color Harmonies of #BDFFF9
Complementary color
Monochromatic Colors of #BDFFF9
Black with #BDFFF9
Text Example
Text Example
White with #BDFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFF9; }
p { color: rgb(189,255,249); }
H1.HeaderClassName
{
color: #BDFFF9;
}
.AnyTagClassName
{
color: #BDFFF9;
}
</style>
background-color css
<style>
a { background-color: #BDFFF9; }
a { background-color: rgb(189,255,249); }
div.DivClassName
{
background-color: #BDFFF9;
}
.BgClassName
{
background-color: #BDFFF9;
}
</style>
border-color css
<style>
span { border-color: #BDFFF9; }
span { border-color: rgb(189,255,249); }
td.TdClassName
{
border-color: #BDFFF9;
}
.TagClassName
{
border-color: #BDFFF9;
}
</style>