Shades of Pale Turquoise #BDF2ED
Tints of Pale Turquoise #BDF2ED
RGB
CMYK
RGB Variations
Color information
#BDF2ED (or 0xBDF2ED) is known color: Pale Turquoise. HEX triplet: BD, F2 and ED. RGB value is (189,242,237). Sum of RGB (Red+Green+Blue) = 189+242+237=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2ED is #420D12. Grayscale: #E1E1E1. Windows color (decimal): -4328723 or 15594173. OLE color: 15594173.
HSL color Cylindrical-coordinate representation of color #BDF2ED: hue angle of 174.34º 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 #BDF2ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 237 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.05 |
| HSL | 174.34º | 0.67% | 0.85% | - |
| HSV(B) | 174.34º | 0.22% | 0.95% | - |
| XYZ | 68.02 | 80.44 | 92.06 | - |
| YUV | 225.58 | 134.44 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 237 | 0.22 | 0 | 0.02 | 0.05 | 174.34 | 0.67 | 0.85 |
| Hex | BD | F2 | ED | 16 | 0 | 2 | 5 | AE | 43 | 55 |
| Octal | 275 | 362 | 355 | 26 | 0 | 2 | 5 | 256 | 103 | 125 |
| Binary | 10111101 | 11110010 | 11101101 | 10110 | 0 | 10 | 101 | 10101110 | 1000011 | 1010101 |
Color Harmonies of #BDF2ED
Complementary color
Monochromatic Colors of #BDF2ED
Black with #BDF2ED
Text Example
Text Example
White with #BDF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2ED; }
p { color: rgb(189,242,237); }
H1.HeaderClassName
{
color: #BDF2ED;
}
.AnyTagClassName
{
color: #BDF2ED;
}
</style>
background-color css
<style>
a { background-color: #BDF2ED; }
a { background-color: rgb(189,242,237); }
div.DivClassName
{
background-color: #BDF2ED;
}
.BgClassName
{
background-color: #BDF2ED;
}
</style>
border-color css
<style>
span { border-color: #BDF2ED; }
span { border-color: rgb(189,242,237); }
td.TdClassName
{
border-color: #BDF2ED;
}
.TagClassName
{
border-color: #BDF2ED;
}
</style>