Shades of Pale Turquoise #BDF2F2
Tints of Pale Turquoise #BDF2F2
RGB
CMYK
RGB Variations
Color information
#BDF2F2 (or 0xBDF2F2) is known color: Pale Turquoise. HEX triplet: BD, F2 and F2. RGB value is (189,242,242). Sum of RGB (Red+Green+Blue) = 189+242+242=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #BDF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2F2 is #420D0D. Grayscale: #E2E2E2. Windows color (decimal): -4328718 or 15921853. OLE color: 15921853.
HSL color Cylindrical-coordinate representation of color #BDF2F2: hue angle of 180º 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 #BDF2F2 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 242 | - |
| CMYK | 0.22 | 0 | 0 | 0.05 |
| HSL | 180º | 0.67% | 0.85% | - |
| HSV(B) | 180º | 0.22% | 0.95% | - |
| XYZ | 68.77 | 80.73 | 95.96 | - |
| YUV | 226.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 242 | 0.22 | 0 | 0 | 0.05 | 180 | 0.67 | 0.85 |
| Hex | BD | F2 | F2 | 16 | 0 | 0 | 5 | B4 | 43 | 55 |
| Octal | 275 | 362 | 362 | 26 | 0 | 0 | 5 | 264 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11110010 | 10110 | 0 | 0 | 101 | 10110100 | 1000011 | 1010101 |
Color Harmonies of #BDF2F2
Complementary color
Monochromatic Colors of #BDF2F2
Black with #BDF2F2
Text Example
Text Example
White with #BDF2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2F2; }
p { color: rgb(189,242,242); }
H1.HeaderClassName
{
color: #BDF2F2;
}
.AnyTagClassName
{
color: #BDF2F2;
}
</style>
background-color css
<style>
a { background-color: #BDF2F2; }
a { background-color: rgb(189,242,242); }
div.DivClassName
{
background-color: #BDF2F2;
}
.BgClassName
{
background-color: #BDF2F2;
}
</style>
border-color css
<style>
span { border-color: #BDF2F2; }
span { border-color: rgb(189,242,242); }
td.TdClassName
{
border-color: #BDF2F2;
}
.TagClassName
{
border-color: #BDF2F2;
}
</style>