Shades of Pale Turquoise #BDFFF3
Tints of Pale Turquoise #BDFFF3
RGB
CMYK
RGB Variations
Color information
#BDFFF3 (or 0xBDFFF3) is known color: Pale Turquoise. HEX triplet: BD, FF and F3. RGB value is (189,255,243). Sum of RGB (Red+Green+Blue) = 189+255+243=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFF3 is #42000C. Grayscale: #E9E9E9. Windows color (decimal): -4325389 or 15990717. OLE color: 15990717.
HSL color Cylindrical-coordinate representation of color #BDFFF3: hue angle of 169.09º 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 #BDFFF3 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 243 | - |
| CMYK | 0.26 | 0 | 0.05 | 0 |
| HSL | 169.09º | 1% | 0.87% | - |
| HSV(B) | 169.09º | 0.26% | 1% | - |
| XYZ | 72.92 | 88.81 | 98.09 | - |
| YUV | 233.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 243 | 0.26 | 0 | 0.05 | 0 | 169.09 | 1 | 0.87 |
| Hex | BD | FF | F3 | 1A | 0 | 5 | 0 | A9 | 64 | 57 |
| Octal | 275 | 377 | 363 | 32 | 0 | 5 | 0 | 251 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11110011 | 11010 | 0 | 101 | 0 | 10101001 | 1100100 | 1010111 |
Color Harmonies of #BDFFF3
Complementary color
Monochromatic Colors of #BDFFF3
Black with #BDFFF3
Text Example
Text Example
White with #BDFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFF3; }
p { color: rgb(189,255,243); }
H1.HeaderClassName
{
color: #BDFFF3;
}
.AnyTagClassName
{
color: #BDFFF3;
}
</style>
background-color css
<style>
a { background-color: #BDFFF3; }
a { background-color: rgb(189,255,243); }
div.DivClassName
{
background-color: #BDFFF3;
}
.BgClassName
{
background-color: #BDFFF3;
}
</style>
border-color css
<style>
span { border-color: #BDFFF3; }
span { border-color: rgb(189,255,243); }
td.TdClassName
{
border-color: #BDFFF3;
}
.TagClassName
{
border-color: #BDFFF3;
}
</style>