Shades of Pale Turquoise #BDF6F5
Tints of Pale Turquoise #BDF6F5
RGB
CMYK
RGB Variations
Color information
#BDF6F5 (or 0xBDF6F5) is known color: Pale Turquoise. HEX triplet: BD, F6 and F5. RGB value is (189,246,245). Sum of RGB (Red+Green+Blue) = 189+246+245=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6F5 is #42090A. Grayscale: #E4E4E4. Windows color (decimal): -4327691 or 16119485. OLE color: 16119485.
HSL color Cylindrical-coordinate representation of color #BDF6F5: hue angle of 178.95º 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 #BDF6F5 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 245 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.04 |
| HSL | 178.95º | 0.76% | 0.85% | - |
| HSV(B) | 178.95º | 0.23% | 0.96% | - |
| XYZ | 70.42 | 83.32 | 98.76 | - |
| YUV | 228.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 245 | 0.23 | 0 | 0.00 | 0.04 | 178.95 | 0.76 | 0.85 |
| Hex | BD | F6 | F5 | 17 | 0 | 0 | 4 | B3 | 4C | 55 |
| Octal | 275 | 366 | 365 | 27 | 0 | 0 | 4 | 263 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11110101 | 10111 | 0 | 0 | 100 | 10110011 | 1001100 | 1010101 |
Color Harmonies of #BDF6F5
Complementary color
Monochromatic Colors of #BDF6F5
Black with #BDF6F5
Text Example
Text Example
White with #BDF6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6F5; }
p { color: rgb(189,246,245); }
H1.HeaderClassName
{
color: #BDF6F5;
}
.AnyTagClassName
{
color: #BDF6F5;
}
</style>
background-color css
<style>
a { background-color: #BDF6F5; }
a { background-color: rgb(189,246,245); }
div.DivClassName
{
background-color: #BDF6F5;
}
.BgClassName
{
background-color: #BDF6F5;
}
</style>
border-color css
<style>
span { border-color: #BDF6F5; }
span { border-color: rgb(189,246,245); }
td.TdClassName
{
border-color: #BDF6F5;
}
.TagClassName
{
border-color: #BDF6F5;
}
</style>