Shades of Pale Turquoise #BDF3F6
Tints of Pale Turquoise #BDF3F6
RGB
CMYK
RGB Variations
Color information
#BDF3F6 (or 0xBDF3F6) is known color: Pale Turquoise. HEX triplet: BD, F3 and F6. RGB value is (189,243,246). Sum of RGB (Red+Green+Blue) = 189+243+246=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDF3F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3F6 is #420C09. Grayscale: #E3E3E3. Windows color (decimal): -4328458 or 16184253. OLE color: 16184253.
HSL color Cylindrical-coordinate representation of color #BDF3F6: hue angle of 183.16º 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 #BDF3F6 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 243 | 246 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.04 |
| HSL | 183.16º | 0.76% | 0.85% | - |
| HSV(B) | 183.16º | 0.23% | 0.96% | - |
| XYZ | 69.67 | 81.57 | 99.26 | - |
| YUV | 227.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 246 | 0.23 | 0.01 | 0 | 0.04 | 183.16 | 0.76 | 0.85 |
| Hex | BD | F3 | F6 | 17 | 1 | 0 | 4 | B7 | 4C | 55 |
| Octal | 275 | 363 | 366 | 27 | 1 | 0 | 4 | 267 | 114 | 125 |
| Binary | 10111101 | 11110011 | 11110110 | 10111 | 1 | 0 | 100 | 10110111 | 1001100 | 1010101 |
Color Harmonies of #BDF3F6
Complementary color
Monochromatic Colors of #BDF3F6
Black with #BDF3F6
Text Example
Text Example
White with #BDF3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3F6; }
p { color: rgb(189,243,246); }
H1.HeaderClassName
{
color: #BDF3F6;
}
.AnyTagClassName
{
color: #BDF3F6;
}
</style>
background-color css
<style>
a { background-color: #BDF3F6; }
a { background-color: rgb(189,243,246); }
div.DivClassName
{
background-color: #BDF3F6;
}
.BgClassName
{
background-color: #BDF3F6;
}
</style>
border-color css
<style>
span { border-color: #BDF3F6; }
span { border-color: rgb(189,243,246); }
td.TdClassName
{
border-color: #BDF3F6;
}
.TagClassName
{
border-color: #BDF3F6;
}
</style>