Shades of Pale Turquoise #BDF7F0
Tints of Pale Turquoise #BDF7F0
RGB
CMYK
RGB Variations
Color information
#BDF7F0 (or 0xBDF7F0) is known color: Pale Turquoise. HEX triplet: BD, F7 and F0. RGB value is (189,247,240). Sum of RGB (Red+Green+Blue) = 189+247+240=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7F0 is #42080F. Grayscale: #E4E4E4. Windows color (decimal): -4327440 or 15792061. OLE color: 15792061.
HSL color Cylindrical-coordinate representation of color #BDF7F0: hue angle of 172.76º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7F0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 240 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.03 |
| HSL | 172.76º | 0.78% | 0.85% | - |
| HSV(B) | 172.76º | 0.23% | 0.97% | - |
| XYZ | 69.98 | 83.63 | 94.89 | - |
| YUV | 228.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 240 | 0.23 | 0 | 0.03 | 0.03 | 172.76 | 0.78 | 0.85 |
| Hex | BD | F7 | F0 | 17 | 0 | 3 | 3 | AD | 4E | 55 |
| Octal | 275 | 367 | 360 | 27 | 0 | 3 | 3 | 255 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11110000 | 10111 | 0 | 11 | 11 | 10101101 | 1001110 | 1010101 |
Color Harmonies of #BDF7F0
Complementary color
Monochromatic Colors of #BDF7F0
Black with #BDF7F0
Text Example
Text Example
White with #BDF7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7F0; }
p { color: rgb(189,247,240); }
H1.HeaderClassName
{
color: #BDF7F0;
}
.AnyTagClassName
{
color: #BDF7F0;
}
</style>
background-color css
<style>
a { background-color: #BDF7F0; }
a { background-color: rgb(189,247,240); }
div.DivClassName
{
background-color: #BDF7F0;
}
.BgClassName
{
background-color: #BDF7F0;
}
</style>
border-color css
<style>
span { border-color: #BDF7F0; }
span { border-color: rgb(189,247,240); }
td.TdClassName
{
border-color: #BDF7F0;
}
.TagClassName
{
border-color: #BDF7F0;
}
</style>