Shades of Pale Turquoise #BDFDF8
Tints of Pale Turquoise #BDFDF8
RGB
CMYK
RGB Variations
Color information
#BDFDF8 (or 0xBDFDF8) is known color: Pale Turquoise. HEX triplet: BD, FD and F8. RGB value is (189,253,248). Sum of RGB (Red+Green+Blue) = 189+253+248=690 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.39% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF8 is #420207. Grayscale: #E9E9E9. Windows color (decimal): -4325896 or 16317885. OLE color: 16317885.
HSL color Cylindrical-coordinate representation of color #BDFDF8: hue angle of 175.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDF8 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 248 | - |
CMYK | 0.25 | 0 | 0.02 | 0.01 |
HSL | 175.31º | 0.94% | 0.87% | - |
HSV(B) | 175.31º | 0.25% | 0.99% | - |
XYZ | 73.05 | 87.85 | 101.91 | - |
YUV | 233.29 | 136.3 | 96.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 248 | 0.25 | 0 | 0.02 | 0.01 | 175.31 | 0.94 | 0.87 |
Hex | BD | FD | F8 | 19 | 0 | 2 | 1 | AF | 5E | 57 |
Octal | 275 | 375 | 370 | 31 | 0 | 2 | 1 | 257 | 136 | 127 |
Binary | 10111101 | 11111101 | 11111000 | 11001 | 0 | 10 | 1 | 10101111 | 1011110 | 1010111 |
Color Harmonies of #BDFDF8
Complementary color
Monochromatic Colors of #BDFDF8
Black with #BDFDF8
Text Example
Text Example
White with #BDFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDF8; }
p { color: rgb(189,253,248); }
H1.HeaderClassName
{
color: #BDFDF8;
}
.AnyTagClassName
{
color: #BDFDF8;
}
</style>
background-color css
<style>
a { background-color: #BDFDF8; }
a { background-color: rgb(189,253,248); }
div.DivClassName
{
background-color: #BDFDF8;
}
.BgClassName
{
background-color: #BDFDF8;
}
</style>
border-color css
<style>
span { border-color: #BDFDF8; }
span { border-color: rgb(189,253,248); }
td.TdClassName
{
border-color: #BDFDF8;
}
.TagClassName
{
border-color: #BDFDF8;
}
</style>