Shades of Pale Turquoise #BDF1ED
Tints of Pale Turquoise #BDF1ED
RGB
CMYK
RGB Variations
Color information
#BDF1ED (or 0xBDF1ED) is known color: Pale Turquoise. HEX triplet: BD, F1 and ED. RGB value is (189,241,237). Sum of RGB (Red+Green+Blue) = 189+241+237=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1ED is #420E12. Grayscale: #E0E0E0. Windows color (decimal): -4328979 or 15593917. OLE color: 15593917.
HSL color Cylindrical-coordinate representation of color #BDF1ED: hue angle of 175.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1ED is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 241 | 237 | - |
CMYK | 0.22 | 0 | 0.02 | 0.05 |
HSL | 175.38º | 0.65% | 0.84% | - |
HSV(B) | 175.38º | 0.22% | 0.95% | - |
XYZ | 67.73 | 79.84 | 91.96 | - |
YUV | 225 | 134.77 | 102.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 241 | 237 | 0.22 | 0 | 0.02 | 0.05 | 175.38 | 0.65 | 0.84 |
Hex | BD | F1 | ED | 16 | 0 | 2 | 5 | AF | 41 | 54 |
Octal | 275 | 361 | 355 | 26 | 0 | 2 | 5 | 257 | 101 | 124 |
Binary | 10111101 | 11110001 | 11101101 | 10110 | 0 | 10 | 101 | 10101111 | 1000001 | 1010100 |
Color Harmonies of #BDF1ED
Complementary color
Monochromatic Colors of #BDF1ED
Black with #BDF1ED
Text Example
Text Example
White with #BDF1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1ED; }
p { color: rgb(189,241,237); }
H1.HeaderClassName
{
color: #BDF1ED;
}
.AnyTagClassName
{
color: #BDF1ED;
}
</style>
background-color css
<style>
a { background-color: #BDF1ED; }
a { background-color: rgb(189,241,237); }
div.DivClassName
{
background-color: #BDF1ED;
}
.BgClassName
{
background-color: #BDF1ED;
}
</style>
border-color css
<style>
span { border-color: #BDF1ED; }
span { border-color: rgb(189,241,237); }
td.TdClassName
{
border-color: #BDF1ED;
}
.TagClassName
{
border-color: #BDF1ED;
}
</style>