Shades of Pale Turquoise #BDFEF2
Tints of Pale Turquoise #BDFEF2
RGB
CMYK
RGB Variations
Color information
#BDFEF2 (or 0xBDFEF2) is known color: Pale Turquoise. HEX triplet: BD, FE and F2. RGB value is (189,254,242). Sum of RGB (Red+Green+Blue) = 189+254+242=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEF2 is #42010D. Grayscale: #E9E9E9. Windows color (decimal): -4325646 or 15924925. OLE color: 15924925.
HSL color Cylindrical-coordinate representation of color #BDFEF2: hue angle of 168.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEF2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 242 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.00 |
| HSL | 168.92º | 0.97% | 0.87% | - |
| HSV(B) | 168.92º | 0.26% | 1% | - |
| XYZ | 72.46 | 88.11 | 97.19 | - |
| YUV | 233.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 242 | 0.26 | 0 | 0.05 | 0.00 | 168.92 | 0.97 | 0.87 |
| Hex | BD | FE | F2 | 1A | 0 | 5 | 0 | A9 | 61 | 57 |
| Octal | 275 | 376 | 362 | 32 | 0 | 5 | 0 | 251 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11110010 | 11010 | 0 | 101 | 0 | 10101001 | 1100001 | 1010111 |
Color Harmonies of #BDFEF2
Complementary color
Monochromatic Colors of #BDFEF2
Black with #BDFEF2
Text Example
Text Example
White with #BDFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEF2; }
p { color: rgb(189,254,242); }
H1.HeaderClassName
{
color: #BDFEF2;
}
.AnyTagClassName
{
color: #BDFEF2;
}
</style>
background-color css
<style>
a { background-color: #BDFEF2; }
a { background-color: rgb(189,254,242); }
div.DivClassName
{
background-color: #BDFEF2;
}
.BgClassName
{
background-color: #BDFEF2;
}
</style>
border-color css
<style>
span { border-color: #BDFEF2; }
span { border-color: rgb(189,254,242); }
td.TdClassName
{
border-color: #BDFEF2;
}
.TagClassName
{
border-color: #BDFEF2;
}
</style>