Shades of Pale Turquoise #BDFEFE
Tints of Pale Turquoise #BDFEFE
RGB
CMYK
RGB Variations
Color information
#BDFEFE (or 0xBDFEFE) is known color: Pale Turquoise. HEX triplet: BD, FE and FE. RGB value is (189,254,254). Sum of RGB (Red+Green+Blue) = 189+254+254=697 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.12% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #BDFEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEFE is #420101. Grayscale: #EAEAEA. Windows color (decimal): -4325634 or 16711357. OLE color: 16711357.
HSL color Cylindrical-coordinate representation of color #BDFEFE: hue angle of 180º 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 #BDFEFE is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 254 | - |
| CMYK | 0.26 | 0 | 0 | 0.00 |
| HSL | 180º | 0.97% | 0.87% | - |
| HSV(B) | 180º | 0.26% | 1% | - |
| XYZ | 74.32 | 88.86 | 107 | - |
| YUV | 234.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 254 | 0.26 | 0 | 0 | 0.00 | 180 | 0.97 | 0.87 |
| Hex | BD | FE | FE | 1A | 0 | 0 | 0 | B4 | 61 | 57 |
| Octal | 275 | 376 | 376 | 32 | 0 | 0 | 0 | 264 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11111110 | 11010 | 0 | 0 | 0 | 10110100 | 1100001 | 1010111 |
Color Harmonies of #BDFEFE
Complementary color
Monochromatic Colors of #BDFEFE
Black with #BDFEFE
Text Example
Text Example
White with #BDFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEFE; }
p { color: rgb(189,254,254); }
H1.HeaderClassName
{
color: #BDFEFE;
}
.AnyTagClassName
{
color: #BDFEFE;
}
</style>
background-color css
<style>
a { background-color: #BDFEFE; }
a { background-color: rgb(189,254,254); }
div.DivClassName
{
background-color: #BDFEFE;
}
.BgClassName
{
background-color: #BDFEFE;
}
</style>
border-color css
<style>
span { border-color: #BDFEFE; }
span { border-color: rgb(189,254,254); }
td.TdClassName
{
border-color: #BDFEFE;
}
.TagClassName
{
border-color: #BDFEFE;
}
</style>