Shades of Pale Turquoise #BDEEEC
Tints of Pale Turquoise #BDEEEC
RGB
CMYK
RGB Variations
Color information
#BDEEEC (or 0xBDEEEC) is known color: Pale Turquoise. HEX triplet: BD, EE and EC. RGB value is (189,238,236). Sum of RGB (Red+Green+Blue) = 189+238+236=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEEC is #421113. Grayscale: #DFDFDF. Windows color (decimal): -4329748 or 15527613. OLE color: 15527613.
HSL color Cylindrical-coordinate representation of color #BDEEEC: hue angle of 177.55º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEEC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 236 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.07 |
| HSL | 177.55º | 0.59% | 0.84% | - |
| HSV(B) | 177.55º | 0.21% | 0.93% | - |
| XYZ | 66.7 | 78.02 | 90.9 | - |
| YUV | 223.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 236 | 0.21 | 0 | 0.01 | 0.07 | 177.55 | 0.59 | 0.84 |
| Hex | BD | EE | EC | 15 | 0 | 1 | 7 | B2 | 3B | 54 |
| Octal | 275 | 356 | 354 | 25 | 0 | 1 | 7 | 262 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11101100 | 10101 | 0 | 1 | 111 | 10110010 | 111011 | 1010100 |
Color Harmonies of #BDEEEC
Complementary color
Monochromatic Colors of #BDEEEC
Black with #BDEEEC
Text Example
Text Example
White with #BDEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEEC; }
p { color: rgb(189,238,236); }
H1.HeaderClassName
{
color: #BDEEEC;
}
.AnyTagClassName
{
color: #BDEEEC;
}
</style>
background-color css
<style>
a { background-color: #BDEEEC; }
a { background-color: rgb(189,238,236); }
div.DivClassName
{
background-color: #BDEEEC;
}
.BgClassName
{
background-color: #BDEEEC;
}
</style>
border-color css
<style>
span { border-color: #BDEEEC; }
span { border-color: rgb(189,238,236); }
td.TdClassName
{
border-color: #BDEEEC;
}
.TagClassName
{
border-color: #BDEEEC;
}
</style>