Shades of Pale Turquoise #BDF4EC
Tints of Pale Turquoise #BDF4EC
RGB
CMYK
RGB Variations
Color information
#BDF4EC (or 0xBDF4EC) is known color: Pale Turquoise. HEX triplet: BD, F4 and EC. RGB value is (189,244,236). Sum of RGB (Red+Green+Blue) = 189+244+236=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 244 (95.70% from 255 or 36.47% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4EC is #420B13. Grayscale: #E2E2E2. Windows color (decimal): -4328212 or 15529149. OLE color: 15529149.
HSL color Cylindrical-coordinate representation of color #BDF4EC: hue angle of 171.27º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4EC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 189 | 244 | 236 | - |
CMYK | 0.23 | 0 | 0.03 | 0.04 |
HSL | 171.27º | 0.71% | 0.85% | - |
HSV(B) | 171.27º | 0.23% | 0.96% | - |
XYZ | 68.48 | 81.58 | 91.49 | - |
YUV | 226.64 | 133.28 | 101.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 244 | 236 | 0.23 | 0 | 0.03 | 0.04 | 171.27 | 0.71 | 0.85 |
Hex | BD | F4 | EC | 17 | 0 | 3 | 4 | AB | 47 | 55 |
Octal | 275 | 364 | 354 | 27 | 0 | 3 | 4 | 253 | 107 | 125 |
Binary | 10111101 | 11110100 | 11101100 | 10111 | 0 | 11 | 100 | 10101011 | 1000111 | 1010101 |
Color Harmonies of #BDF4EC
Complementary color
Monochromatic Colors of #BDF4EC
Black with #BDF4EC
Text Example
Text Example
White with #BDF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4EC; }
p { color: rgb(189,244,236); }
H1.HeaderClassName
{
color: #BDF4EC;
}
.AnyTagClassName
{
color: #BDF4EC;
}
</style>
background-color css
<style>
a { background-color: #BDF4EC; }
a { background-color: rgb(189,244,236); }
div.DivClassName
{
background-color: #BDF4EC;
}
.BgClassName
{
background-color: #BDF4EC;
}
</style>
border-color css
<style>
span { border-color: #BDF4EC; }
span { border-color: rgb(189,244,236); }
td.TdClassName
{
border-color: #BDF4EC;
}
.TagClassName
{
border-color: #BDF4EC;
}
</style>