Shades of Pale Turquoise #BDEFEB
Tints of Pale Turquoise #BDEFEB
RGB
CMYK
RGB Variations
Color information
#BDEFEB (or 0xBDEFEB) is known color: Pale Turquoise. HEX triplet: BD, EF and EB. RGB value is (189,239,235). Sum of RGB (Red+Green+Blue) = 189+239+235=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFEB is #421014. Grayscale: #DFDFDF. Windows color (decimal): -4329493 or 15462333. OLE color: 15462333.
HSL color Cylindrical-coordinate representation of color #BDEFEB: hue angle of 175.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFEB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 235 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.06 |
| HSL | 175.2º | 0.61% | 0.84% | - |
| HSV(B) | 175.2º | 0.21% | 0.94% | - |
| XYZ | 66.85 | 78.55 | 90.24 | - |
| YUV | 223.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 235 | 0.21 | 0 | 0.02 | 0.06 | 175.2 | 0.61 | 0.84 |
| Hex | BD | EF | EB | 15 | 0 | 2 | 6 | AF | 3D | 54 |
| Octal | 275 | 357 | 353 | 25 | 0 | 2 | 6 | 257 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11101011 | 10101 | 0 | 10 | 110 | 10101111 | 111101 | 1010100 |
Color Harmonies of #BDEFEB
Complementary color
Monochromatic Colors of #BDEFEB
Black with #BDEFEB
Text Example
Text Example
White with #BDEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFEB; }
p { color: rgb(189,239,235); }
H1.HeaderClassName
{
color: #BDEFEB;
}
.AnyTagClassName
{
color: #BDEFEB;
}
</style>
background-color css
<style>
a { background-color: #BDEFEB; }
a { background-color: rgb(189,239,235); }
div.DivClassName
{
background-color: #BDEFEB;
}
.BgClassName
{
background-color: #BDEFEB;
}
</style>
border-color css
<style>
span { border-color: #BDEFEB; }
span { border-color: rgb(189,239,235); }
td.TdClassName
{
border-color: #BDEFEB;
}
.TagClassName
{
border-color: #BDEFEB;
}
</style>