Shades of Pale Turquoise #BDFDF1
Tints of Pale Turquoise #BDFDF1
RGB
CMYK
RGB Variations
Color information
#BDFDF1 (or 0xBDFDF1) is known color: Pale Turquoise. HEX triplet: BD, FD and F1. RGB value is (189,253,241). Sum of RGB (Red+Green+Blue) = 189+253+241=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF1 is #42020E. Grayscale: #E8E8E8. Windows color (decimal): -4325903 or 15859133. OLE color: 15859133.
HSL color Cylindrical-coordinate representation of color #BDFDF1: hue angle of 168.75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDF1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 241 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.01 |
| HSL | 168.75º | 0.94% | 0.87% | - |
| HSV(B) | 168.75º | 0.25% | 0.99% | - |
| XYZ | 71.99 | 87.42 | 96.3 | - |
| YUV | 232.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 241 | 0.25 | 0 | 0.05 | 0.01 | 168.75 | 0.94 | 0.87 |
| Hex | BD | FD | F1 | 19 | 0 | 5 | 1 | A9 | 5E | 57 |
| Octal | 275 | 375 | 361 | 31 | 0 | 5 | 1 | 251 | 136 | 127 |
| Binary | 10111101 | 11111101 | 11110001 | 11001 | 0 | 101 | 1 | 10101001 | 1011110 | 1010111 |
Color Harmonies of #BDFDF1
Complementary color
Monochromatic Colors of #BDFDF1
Black with #BDFDF1
Text Example
Text Example
White with #BDFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDF1; }
p { color: rgb(189,253,241); }
H1.HeaderClassName
{
color: #BDFDF1;
}
.AnyTagClassName
{
color: #BDFDF1;
}
</style>
background-color css
<style>
a { background-color: #BDFDF1; }
a { background-color: rgb(189,253,241); }
div.DivClassName
{
background-color: #BDFDF1;
}
.BgClassName
{
background-color: #BDFDF1;
}
</style>
border-color css
<style>
span { border-color: #BDFDF1; }
span { border-color: rgb(189,253,241); }
td.TdClassName
{
border-color: #BDFDF1;
}
.TagClassName
{
border-color: #BDFDF1;
}
</style>