Shades of Pale Turquoise #BDEDEC
Tints of Pale Turquoise #BDEDEC
RGB
CMYK
RGB Variations
Color information
#BDEDEC (or 0xBDEDEC) is known color: Pale Turquoise. HEX triplet: BD, ED and EC. RGB value is (189,237,236). Sum of RGB (Red+Green+Blue) = 189+237+236=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDEC is #421213. Grayscale: #DEDEDE. Windows color (decimal): -4330004 or 15527357. OLE color: 15527357.
HSL color Cylindrical-coordinate representation of color #BDEDEC: hue angle of 178.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDEC is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 236 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.07 |
| HSL | 178.75º | 0.57% | 0.84% | - |
| HSV(B) | 178.75º | 0.2% | 0.93% | - |
| XYZ | 66.41 | 77.44 | 90.8 | - |
| YUV | 222.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 236 | 0.20 | 0 | 0.00 | 0.07 | 178.75 | 0.57 | 0.84 |
| Hex | BD | ED | EC | 14 | 0 | 0 | 7 | B3 | 39 | 54 |
| Octal | 275 | 355 | 354 | 24 | 0 | 0 | 7 | 263 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11101100 | 10100 | 0 | 0 | 111 | 10110011 | 111001 | 1010100 |
Color Harmonies of #BDEDEC
Complementary color
Monochromatic Colors of #BDEDEC
Black with #BDEDEC
Text Example
Text Example
White with #BDEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDEC; }
p { color: rgb(189,237,236); }
H1.HeaderClassName
{
color: #BDEDEC;
}
.AnyTagClassName
{
color: #BDEDEC;
}
</style>
background-color css
<style>
a { background-color: #BDEDEC; }
a { background-color: rgb(189,237,236); }
div.DivClassName
{
background-color: #BDEDEC;
}
.BgClassName
{
background-color: #BDEDEC;
}
</style>
border-color css
<style>
span { border-color: #BDEDEC; }
span { border-color: rgb(189,237,236); }
td.TdClassName
{
border-color: #BDEDEC;
}
.TagClassName
{
border-color: #BDEDEC;
}
</style>