Shades of Pale Turquoise #BDF2EB
Tints of Pale Turquoise #BDF2EB
RGB
CMYK
RGB Variations
Color information
#BDF2EB (or 0xBDF2EB) is known color: Pale Turquoise. HEX triplet: BD, F2 and EB. RGB value is (189,242,235). Sum of RGB (Red+Green+Blue) = 189+242+235=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2EB is #420D14. Grayscale: #E1E1E1. Windows color (decimal): -4328725 or 15463101. OLE color: 15463101.
HSL color Cylindrical-coordinate representation of color #BDF2EB: hue angle of 172.08º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2EB is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 235 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.05 |
| HSL | 172.08º | 0.67% | 0.85% | - |
| HSV(B) | 172.08º | 0.22% | 0.95% | - |
| XYZ | 67.73 | 80.32 | 90.53 | - |
| YUV | 225.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 235 | 0.22 | 0 | 0.03 | 0.05 | 172.08 | 0.67 | 0.85 |
| Hex | BD | F2 | EB | 16 | 0 | 3 | 5 | AC | 43 | 55 |
| Octal | 275 | 362 | 353 | 26 | 0 | 3 | 5 | 254 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11101011 | 10110 | 0 | 11 | 101 | 10101100 | 1000011 | 1010101 |
Color Harmonies of #BDF2EB
Complementary color
Monochromatic Colors of #BDF2EB
Black with #BDF2EB
Text Example
Text Example
White with #BDF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2EB; }
p { color: rgb(189,242,235); }
H1.HeaderClassName
{
color: #BDF2EB;
}
.AnyTagClassName
{
color: #BDF2EB;
}
</style>
background-color css
<style>
a { background-color: #BDF2EB; }
a { background-color: rgb(189,242,235); }
div.DivClassName
{
background-color: #BDF2EB;
}
.BgClassName
{
background-color: #BDF2EB;
}
</style>
border-color css
<style>
span { border-color: #BDF2EB; }
span { border-color: rgb(189,242,235); }
td.TdClassName
{
border-color: #BDF2EB;
}
.TagClassName
{
border-color: #BDF2EB;
}
</style>