Shades of Pale Turquoise #BDFEF6
Tints of Pale Turquoise #BDFEF6
RGB
CMYK
RGB Variations
Color information
#BDFEF6 (or 0xBDFEF6) is known color: Pale Turquoise. HEX triplet: BD, FE and F6. RGB value is (189,254,246). Sum of RGB (Red+Green+Blue) = 189+254+246=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEF6 is #420109. Grayscale: #E9E9E9. Windows color (decimal): -4325642 or 16187069. OLE color: 16187069.
HSL color Cylindrical-coordinate representation of color #BDFEF6: hue angle of 172.62º 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 #BDFEF6 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 246 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.00 |
| HSL | 172.62º | 0.97% | 0.87% | - |
| HSV(B) | 172.62º | 0.26% | 1% | - |
| XYZ | 73.06 | 88.36 | 100.39 | - |
| YUV | 233.65 | 134.97 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 246 | 0.26 | 0 | 0.03 | 0.00 | 172.62 | 0.97 | 0.87 |
| Hex | BD | FE | F6 | 1A | 0 | 3 | 0 | AD | 61 | 57 |
| Octal | 275 | 376 | 366 | 32 | 0 | 3 | 0 | 255 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11110110 | 11010 | 0 | 11 | 0 | 10101101 | 1100001 | 1010111 |
Color Harmonies of #BDFEF6
Complementary color
Monochromatic Colors of #BDFEF6
Black with #BDFEF6
Text Example
Text Example
White with #BDFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEF6; }
p { color: rgb(189,254,246); }
H1.HeaderClassName
{
color: #BDFEF6;
}
.AnyTagClassName
{
color: #BDFEF6;
}
</style>
background-color css
<style>
a { background-color: #BDFEF6; }
a { background-color: rgb(189,254,246); }
div.DivClassName
{
background-color: #BDFEF6;
}
.BgClassName
{
background-color: #BDFEF6;
}
</style>
border-color css
<style>
span { border-color: #BDFEF6; }
span { border-color: rgb(189,254,246); }
td.TdClassName
{
border-color: #BDFEF6;
}
.TagClassName
{
border-color: #BDFEF6;
}
</style>