Shades of Pale Turquoise #BDEDED
Tints of Pale Turquoise #BDEDED
RGB
CMYK
RGB Variations
Color information
#BDEDED (or 0xBDEDED) is known color: Pale Turquoise. HEX triplet: BD, ED and ED. RGB value is (189,237,237). Sum of RGB (Red+Green+Blue) = 189+237+237=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #BDEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEDED is #421212. Grayscale: #DEDEDE. Windows color (decimal): -4330003 or 15592893. OLE color: 15592893.
HSL color Cylindrical-coordinate representation of color #BDEDED: hue angle of 180º 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 #BDEDED is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 237 | - |
| CMYK | 0.20 | 0 | 0 | 0.07 |
| HSL | 180º | 0.57% | 0.84% | - |
| HSV(B) | 180º | 0.2% | 0.93% | - |
| XYZ | 66.56 | 77.5 | 91.57 | - |
| YUV | 222.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 237 | 0.20 | 0 | 0 | 0.07 | 180 | 0.57 | 0.84 |
| Hex | BD | ED | ED | 14 | 0 | 0 | 7 | B4 | 39 | 54 |
| Octal | 275 | 355 | 355 | 24 | 0 | 0 | 7 | 264 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11101101 | 10100 | 0 | 0 | 111 | 10110100 | 111001 | 1010100 |
Color Harmonies of #BDEDED
Complementary color
Monochromatic Colors of #BDEDED
Black with #BDEDED
Text Example
Text Example
White with #BDEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDED; }
p { color: rgb(189,237,237); }
H1.HeaderClassName
{
color: #BDEDED;
}
.AnyTagClassName
{
color: #BDEDED;
}
</style>
background-color css
<style>
a { background-color: #BDEDED; }
a { background-color: rgb(189,237,237); }
div.DivClassName
{
background-color: #BDEDED;
}
.BgClassName
{
background-color: #BDEDED;
}
</style>
border-color css
<style>
span { border-color: #BDEDED; }
span { border-color: rgb(189,237,237); }
td.TdClassName
{
border-color: #BDEDED;
}
.TagClassName
{
border-color: #BDEDED;
}
</style>