Shades of Pale Turquoise #BDF7F2
Tints of Pale Turquoise #BDF7F2
RGB
CMYK
RGB Variations
Color information
#BDF7F2 (or 0xBDF7F2) is known color: Pale Turquoise. HEX triplet: BD, F7 and F2. RGB value is (189,247,242). Sum of RGB (Red+Green+Blue) = 189+247+242=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7F2 is #42080D. Grayscale: #E5E5E5. Windows color (decimal): -4327438 or 15923133. OLE color: 15923133.
HSL color Cylindrical-coordinate representation of color #BDF7F2: hue angle of 174.83º 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 #BDF7F2 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 242 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.03 |
| HSL | 174.83º | 0.78% | 0.85% | - |
| HSV(B) | 174.83º | 0.23% | 0.97% | - |
| XYZ | 70.27 | 83.75 | 96.47 | - |
| YUV | 229.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 242 | 0.23 | 0 | 0.02 | 0.03 | 174.83 | 0.78 | 0.85 |
| Hex | BD | F7 | F2 | 17 | 0 | 2 | 3 | AF | 4E | 55 |
| Octal | 275 | 367 | 362 | 27 | 0 | 2 | 3 | 257 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11110010 | 10111 | 0 | 10 | 11 | 10101111 | 1001110 | 1010101 |
Color Harmonies of #BDF7F2
Complementary color
Monochromatic Colors of #BDF7F2
Black with #BDF7F2
Text Example
Text Example
White with #BDF7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7F2; }
p { color: rgb(189,247,242); }
H1.HeaderClassName
{
color: #BDF7F2;
}
.AnyTagClassName
{
color: #BDF7F2;
}
</style>
background-color css
<style>
a { background-color: #BDF7F2; }
a { background-color: rgb(189,247,242); }
div.DivClassName
{
background-color: #BDF7F2;
}
.BgClassName
{
background-color: #BDF7F2;
}
</style>
border-color css
<style>
span { border-color: #BDF7F2; }
span { border-color: rgb(189,247,242); }
td.TdClassName
{
border-color: #BDF7F2;
}
.TagClassName
{
border-color: #BDF7F2;
}
</style>