Shades of Pale Turquoise #BDF6F0
Tints of Pale Turquoise #BDF6F0
RGB
CMYK
RGB Variations
Color information
#BDF6F0 (or 0xBDF6F0) is known color: Pale Turquoise. HEX triplet: BD, F6 and F0. RGB value is (189,246,240). Sum of RGB (Red+Green+Blue) = 189+246+240=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6F0 is #42090F. Grayscale: #E4E4E4. Windows color (decimal): -4327696 or 15791805. OLE color: 15791805.
HSL color Cylindrical-coordinate representation of color #BDF6F0: hue angle of 173.68º degrees, saturation: 0.76, 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 #BDF6F0 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 240 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.04 |
| HSL | 173.68º | 0.76% | 0.85% | - |
| HSV(B) | 173.68º | 0.23% | 0.96% | - |
| XYZ | 69.67 | 83.02 | 94.79 | - |
| YUV | 228.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 240 | 0.23 | 0 | 0.02 | 0.04 | 173.68 | 0.76 | 0.85 |
| Hex | BD | F6 | F0 | 17 | 0 | 2 | 4 | AE | 4C | 55 |
| Octal | 275 | 366 | 360 | 27 | 0 | 2 | 4 | 256 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11110000 | 10111 | 0 | 10 | 100 | 10101110 | 1001100 | 1010101 |
Color Harmonies of #BDF6F0
Complementary color
Monochromatic Colors of #BDF6F0
Black with #BDF6F0
Text Example
Text Example
White with #BDF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6F0; }
p { color: rgb(189,246,240); }
H1.HeaderClassName
{
color: #BDF6F0;
}
.AnyTagClassName
{
color: #BDF6F0;
}
</style>
background-color css
<style>
a { background-color: #BDF6F0; }
a { background-color: rgb(189,246,240); }
div.DivClassName
{
background-color: #BDF6F0;
}
.BgClassName
{
background-color: #BDF6F0;
}
</style>
border-color css
<style>
span { border-color: #BDF6F0; }
span { border-color: rgb(189,246,240); }
td.TdClassName
{
border-color: #BDF6F0;
}
.TagClassName
{
border-color: #BDF6F0;
}
</style>