Shades of Pale Turquoise #BDF0F0
Tints of Pale Turquoise #BDF0F0
RGB
CMYK
RGB Variations
Color information
#BDF0F0 (or 0xBDF0F0) is known color: Pale Turquoise. HEX triplet: BD, F0 and F0. RGB value is (189,240,240). Sum of RGB (Red+Green+Blue) = 189+240+240=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #BDF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0F0 is #420F0F. Grayscale: #E0E0E0. Windows color (decimal): -4329232 or 15790269. OLE color: 15790269.
HSL color Cylindrical-coordinate representation of color #BDF0F0: hue angle of 180º 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 #BDF0F0 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 240 | - |
| CMYK | 0.21 | 0 | 0 | 0.06 |
| HSL | 180º | 0.63% | 0.84% | - |
| HSV(B) | 180º | 0.21% | 0.94% | - |
| XYZ | 67.87 | 79.43 | 94.19 | - |
| YUV | 224.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 240 | 0.21 | 0 | 0 | 0.06 | 180 | 0.63 | 0.84 |
| Hex | BD | F0 | F0 | 15 | 0 | 0 | 6 | B4 | 3F | 54 |
| Octal | 275 | 360 | 360 | 25 | 0 | 0 | 6 | 264 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11110000 | 10101 | 0 | 0 | 110 | 10110100 | 111111 | 1010100 |
Color Harmonies of #BDF0F0
Complementary color
Monochromatic Colors of #BDF0F0
Black with #BDF0F0
Text Example
Text Example
White with #BDF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0F0; }
p { color: rgb(189,240,240); }
H1.HeaderClassName
{
color: #BDF0F0;
}
.AnyTagClassName
{
color: #BDF0F0;
}
</style>
background-color css
<style>
a { background-color: #BDF0F0; }
a { background-color: rgb(189,240,240); }
div.DivClassName
{
background-color: #BDF0F0;
}
.BgClassName
{
background-color: #BDF0F0;
}
</style>
border-color css
<style>
span { border-color: #BDF0F0; }
span { border-color: rgb(189,240,240); }
td.TdClassName
{
border-color: #BDF0F0;
}
.TagClassName
{
border-color: #BDF0F0;
}
</style>