Shades of Pale Turquoise #BDECEC
Tints of Pale Turquoise #BDECEC
RGB
CMYK
RGB Variations
Color information
#BDECEC (or 0xBDECEC) is known color: Pale Turquoise. HEX triplet: BD, EC and EC. RGB value is (189,236,236). Sum of RGB (Red+Green+Blue) = 189+236+236=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BDECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDECEC is #421313. Grayscale: #DDDDDD. Windows color (decimal): -4330260 or 15527101. OLE color: 15527101.
HSL color Cylindrical-coordinate representation of color #BDECEC: hue angle of 180º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECEC is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 236 | - |
| CMYK | 0.20 | 0 | 0 | 0.07 |
| HSL | 180º | 0.55% | 0.83% | - |
| HSV(B) | 180º | 0.2% | 0.93% | - |
| XYZ | 66.12 | 76.87 | 90.71 | - |
| YUV | 221.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 236 | 0.20 | 0 | 0 | 0.07 | 180 | 0.55 | 0.83 |
| Hex | BD | EC | EC | 14 | 0 | 0 | 7 | B4 | 37 | 53 |
| Octal | 275 | 354 | 354 | 24 | 0 | 0 | 7 | 264 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11101100 | 10100 | 0 | 0 | 111 | 10110100 | 110111 | 1010011 |
Color Harmonies of #BDECEC
Complementary color
Monochromatic Colors of #BDECEC
Black with #BDECEC
Text Example
Text Example
White with #BDECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECEC; }
p { color: rgb(189,236,236); }
H1.HeaderClassName
{
color: #BDECEC;
}
.AnyTagClassName
{
color: #BDECEC;
}
</style>
background-color css
<style>
a { background-color: #BDECEC; }
a { background-color: rgb(189,236,236); }
div.DivClassName
{
background-color: #BDECEC;
}
.BgClassName
{
background-color: #BDECEC;
}
</style>
border-color css
<style>
span { border-color: #BDECEC; }
span { border-color: rgb(189,236,236); }
td.TdClassName
{
border-color: #BDECEC;
}
.TagClassName
{
border-color: #BDECEC;
}
</style>