Shades of Pale Turquoise #BDF0ED
Tints of Pale Turquoise #BDF0ED
RGB
CMYK
RGB Variations
Color information
#BDF0ED (or 0xBDF0ED) is known color: Pale Turquoise. HEX triplet: BD, F0 and ED. RGB value is (189,240,237). Sum of RGB (Red+Green+Blue) = 189+240+237=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0ED is #420F12. Grayscale: #E0E0E0. Windows color (decimal): -4329235 or 15593661. OLE color: 15593661.
HSL color Cylindrical-coordinate representation of color #BDF0ED: hue angle of 176.47º degrees, saturation: 0.63, 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 #BDF0ED is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 189 | 240 | 237 | - |
CMYK | 0.21 | 0 | 0.01 | 0.06 |
HSL | 176.47º | 0.63% | 0.84% | - |
HSV(B) | 176.47º | 0.21% | 0.94% | - |
XYZ | 67.43 | 79.25 | 91.86 | - |
YUV | 224.41 | 135.1 | 102.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 240 | 237 | 0.21 | 0 | 0.01 | 0.06 | 176.47 | 0.63 | 0.84 |
Hex | BD | F0 | ED | 15 | 0 | 1 | 6 | B0 | 3F | 54 |
Octal | 275 | 360 | 355 | 25 | 0 | 1 | 6 | 260 | 77 | 124 |
Binary | 10111101 | 11110000 | 11101101 | 10101 | 0 | 1 | 110 | 10110000 | 111111 | 1010100 |
Color Harmonies of #BDF0ED
Complementary color
Monochromatic Colors of #BDF0ED
Black with #BDF0ED
Text Example
Text Example
White with #BDF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0ED; }
p { color: rgb(189,240,237); }
H1.HeaderClassName
{
color: #BDF0ED;
}
.AnyTagClassName
{
color: #BDF0ED;
}
</style>
background-color css
<style>
a { background-color: #BDF0ED; }
a { background-color: rgb(189,240,237); }
div.DivClassName
{
background-color: #BDF0ED;
}
.BgClassName
{
background-color: #BDF0ED;
}
</style>
border-color css
<style>
span { border-color: #BDF0ED; }
span { border-color: rgb(189,240,237); }
td.TdClassName
{
border-color: #BDF0ED;
}
.TagClassName
{
border-color: #BDF0ED;
}
</style>