Shades of Pale Turquoise #BDF0F1
Tints of Pale Turquoise #BDF0F1
RGB
CMYK
RGB Variations
Color information
#BDF0F1 (or 0xBDF0F1) is known color: Pale Turquoise. HEX triplet: BD, F0 and F1. RGB value is (189,240,241). Sum of RGB (Red+Green+Blue) = 189+240+241=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0F1 is #420F0E. Grayscale: #E0E0E0. Windows color (decimal): -4329231 or 15855805. OLE color: 15855805.
HSL color Cylindrical-coordinate representation of color #BDF0F1: hue angle of 181.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF0F1 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 240 | 241 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.05 |
| HSL | 181.15º | 0.65% | 0.84% | - |
| HSV(B) | 181.15º | 0.22% | 0.95% | - |
| XYZ | 68.02 | 79.49 | 94.98 | - |
| YUV | 224.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 241 | 0.22 | 0.00 | 0 | 0.05 | 181.15 | 0.65 | 0.84 |
| Hex | BD | F0 | F1 | 16 | 0 | 0 | 5 | B5 | 41 | 54 |
| Octal | 275 | 360 | 361 | 26 | 0 | 0 | 5 | 265 | 101 | 124 |
| Binary | 10111101 | 11110000 | 11110001 | 10110 | 0 | 0 | 101 | 10110101 | 1000001 | 1010100 |
Color Harmonies of #BDF0F1
Complementary color
Monochromatic Colors of #BDF0F1
Black with #BDF0F1
Text Example
Text Example
White with #BDF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0F1; }
p { color: rgb(189,240,241); }
H1.HeaderClassName
{
color: #BDF0F1;
}
.AnyTagClassName
{
color: #BDF0F1;
}
</style>
background-color css
<style>
a { background-color: #BDF0F1; }
a { background-color: rgb(189,240,241); }
div.DivClassName
{
background-color: #BDF0F1;
}
.BgClassName
{
background-color: #BDF0F1;
}
</style>
border-color css
<style>
span { border-color: #BDF0F1; }
span { border-color: rgb(189,240,241); }
td.TdClassName
{
border-color: #BDF0F1;
}
.TagClassName
{
border-color: #BDF0F1;
}
</style>