Shades of Pale Turquoise #BDF3F1
Tints of Pale Turquoise #BDF3F1
RGB
CMYK
RGB Variations
Color information
#BDF3F1 (or 0xBDF3F1) is known color: Pale Turquoise. HEX triplet: BD, F3 and F1. RGB value is (189,243,241). Sum of RGB (Red+Green+Blue) = 189+243+241=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3F1 is #420C0E. Grayscale: #E2E2E2. Windows color (decimal): -4328463 or 15856573. OLE color: 15856573.
HSL color Cylindrical-coordinate representation of color #BDF3F1: hue angle of 177.78º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3F1 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 241 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.05 |
| HSL | 177.78º | 0.69% | 0.85% | - |
| HSV(B) | 177.78º | 0.22% | 0.95% | - |
| XYZ | 68.91 | 81.27 | 95.27 | - |
| YUV | 226.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 241 | 0.22 | 0 | 0.01 | 0.05 | 177.78 | 0.69 | 0.85 |
| Hex | BD | F3 | F1 | 16 | 0 | 1 | 5 | B2 | 45 | 55 |
| Octal | 275 | 363 | 361 | 26 | 0 | 1 | 5 | 262 | 105 | 125 |
| Binary | 10111101 | 11110011 | 11110001 | 10110 | 0 | 1 | 101 | 10110010 | 1000101 | 1010101 |
Color Harmonies of #BDF3F1
Complementary color
Monochromatic Colors of #BDF3F1
Black with #BDF3F1
Text Example
Text Example
White with #BDF3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3F1; }
p { color: rgb(189,243,241); }
H1.HeaderClassName
{
color: #BDF3F1;
}
.AnyTagClassName
{
color: #BDF3F1;
}
</style>
background-color css
<style>
a { background-color: #BDF3F1; }
a { background-color: rgb(189,243,241); }
div.DivClassName
{
background-color: #BDF3F1;
}
.BgClassName
{
background-color: #BDF3F1;
}
</style>
border-color css
<style>
span { border-color: #BDF3F1; }
span { border-color: rgb(189,243,241); }
td.TdClassName
{
border-color: #BDF3F1;
}
.TagClassName
{
border-color: #BDF3F1;
}
</style>