Shades of Pale Turquoise #BDF7EE
Tints of Pale Turquoise #BDF7EE
RGB
CMYK
RGB Variations
Color information
#BDF7EE (or 0xBDF7EE) is known color: Pale Turquoise. HEX triplet: BD, F7 and EE. RGB value is (189,247,238). Sum of RGB (Red+Green+Blue) = 189+247+238=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7EE is #420811. Grayscale: #E4E4E4. Windows color (decimal): -4327442 or 15660989. OLE color: 15660989.
HSL color Cylindrical-coordinate representation of color #BDF7EE: hue angle of 170.69º 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 #BDF7EE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 238 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.03 |
| HSL | 170.69º | 0.78% | 0.85% | - |
| HSV(B) | 170.69º | 0.23% | 0.97% | - |
| XYZ | 69.68 | 83.51 | 93.34 | - |
| YUV | 228.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 238 | 0.23 | 0 | 0.04 | 0.03 | 170.69 | 0.78 | 0.85 |
| Hex | BD | F7 | EE | 17 | 0 | 4 | 3 | AB | 4E | 55 |
| Octal | 275 | 367 | 356 | 27 | 0 | 4 | 3 | 253 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11101110 | 10111 | 0 | 100 | 11 | 10101011 | 1001110 | 1010101 |
Color Harmonies of #BDF7EE
Complementary color
Monochromatic Colors of #BDF7EE
Black with #BDF7EE
Text Example
Text Example
White with #BDF7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7EE; }
p { color: rgb(189,247,238); }
H1.HeaderClassName
{
color: #BDF7EE;
}
.AnyTagClassName
{
color: #BDF7EE;
}
</style>
background-color css
<style>
a { background-color: #BDF7EE; }
a { background-color: rgb(189,247,238); }
div.DivClassName
{
background-color: #BDF7EE;
}
.BgClassName
{
background-color: #BDF7EE;
}
</style>
border-color css
<style>
span { border-color: #BDF7EE; }
span { border-color: rgb(189,247,238); }
td.TdClassName
{
border-color: #BDF7EE;
}
.TagClassName
{
border-color: #BDF7EE;
}
</style>