Shades of Pale Turquoise #BDEEED
Tints of Pale Turquoise #BDEEED
RGB
CMYK
RGB Variations
Color information
#BDEEED (or 0xBDEEED) is known color: Pale Turquoise. HEX triplet: BD, EE and ED. RGB value is (189,238,237). Sum of RGB (Red+Green+Blue) = 189+238+237=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEEED is #421112. Grayscale: #DFDFDF. Windows color (decimal): -4329747 or 15593149. OLE color: 15593149.
HSL color Cylindrical-coordinate representation of color #BDEEED: hue angle of 178.78º 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 #BDEEED is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 237 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.07 |
| HSL | 178.78º | 0.59% | 0.84% | - |
| HSV(B) | 178.78º | 0.21% | 0.93% | - |
| XYZ | 66.85 | 78.08 | 91.67 | - |
| YUV | 223.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 237 | 0.21 | 0 | 0.00 | 0.07 | 178.78 | 0.59 | 0.84 |
| Hex | BD | EE | ED | 15 | 0 | 0 | 7 | B3 | 3B | 54 |
| Octal | 275 | 356 | 355 | 25 | 0 | 0 | 7 | 263 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11101101 | 10101 | 0 | 0 | 111 | 10110011 | 111011 | 1010100 |
Color Harmonies of #BDEEED
Complementary color
Monochromatic Colors of #BDEEED
Black with #BDEEED
Text Example
Text Example
White with #BDEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEED; }
p { color: rgb(189,238,237); }
H1.HeaderClassName
{
color: #BDEEED;
}
.AnyTagClassName
{
color: #BDEEED;
}
</style>
background-color css
<style>
a { background-color: #BDEEED; }
a { background-color: rgb(189,238,237); }
div.DivClassName
{
background-color: #BDEEED;
}
.BgClassName
{
background-color: #BDEEED;
}
</style>
border-color css
<style>
span { border-color: #BDEEED; }
span { border-color: rgb(189,238,237); }
td.TdClassName
{
border-color: #BDEEED;
}
.TagClassName
{
border-color: #BDEEED;
}
</style>