Shades of Pale Turquoise #BDF2F1
Tints of Pale Turquoise #BDF2F1
RGB
CMYK
RGB Variations
Color information
#BDF2F1 (or 0xBDF2F1) is known color: Pale Turquoise. HEX triplet: BD, F2 and F1. RGB value is (189,242,241). Sum of RGB (Red+Green+Blue) = 189+242+241=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2F1 is #420D0E. Grayscale: #E1E1E1. Windows color (decimal): -4328719 or 15856317. OLE color: 15856317.
HSL color Cylindrical-coordinate representation of color #BDF2F1: hue angle of 178.87º degrees, saturation: 0.67, 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 #BDF2F1 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 241 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.05 |
| HSL | 178.87º | 0.67% | 0.85% | - |
| HSV(B) | 178.87º | 0.22% | 0.95% | - |
| XYZ | 68.62 | 80.67 | 95.17 | - |
| YUV | 226.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 241 | 0.22 | 0 | 0.00 | 0.05 | 178.87 | 0.67 | 0.85 |
| Hex | BD | F2 | F1 | 16 | 0 | 0 | 5 | B3 | 43 | 55 |
| Octal | 275 | 362 | 361 | 26 | 0 | 0 | 5 | 263 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11110001 | 10110 | 0 | 0 | 101 | 10110011 | 1000011 | 1010101 |
Color Harmonies of #BDF2F1
Complementary color
Monochromatic Colors of #BDF2F1
Black with #BDF2F1
Text Example
Text Example
White with #BDF2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2F1; }
p { color: rgb(189,242,241); }
H1.HeaderClassName
{
color: #BDF2F1;
}
.AnyTagClassName
{
color: #BDF2F1;
}
</style>
background-color css
<style>
a { background-color: #BDF2F1; }
a { background-color: rgb(189,242,241); }
div.DivClassName
{
background-color: #BDF2F1;
}
.BgClassName
{
background-color: #BDF2F1;
}
</style>
border-color css
<style>
span { border-color: #BDF2F1; }
span { border-color: rgb(189,242,241); }
td.TdClassName
{
border-color: #BDF2F1;
}
.TagClassName
{
border-color: #BDF2F1;
}
</style>