Shades of Pale Turquoise #BDFAFA
Tints of Pale Turquoise #BDFAFA
RGB
CMYK
RGB Variations
Color information
#BDFAFA (or 0xBDFAFA) is known color: Pale Turquoise. HEX triplet: BD, FA and FA. RGB value is (189,250,250). Sum of RGB (Red+Green+Blue) = 189+250+250=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BDFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAFA is #420505. Grayscale: #E7E7E7. Windows color (decimal): -4326662 or 16448189. OLE color: 16448189.
HSL color Cylindrical-coordinate representation of color #BDFAFA: hue angle of 180º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAFA is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 250 | - |
| CMYK | 0.24 | 0 | 0 | 0.02 |
| HSL | 180º | 0.86% | 0.86% | - |
| HSV(B) | 180º | 0.24% | 0.98% | - |
| XYZ | 72.43 | 86.09 | 103.24 | - |
| YUV | 231.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 250 | 0.24 | 0 | 0 | 0.02 | 180 | 0.86 | 0.86 |
| Hex | BD | FA | FA | 18 | 0 | 0 | 2 | B4 | 56 | 56 |
| Octal | 275 | 372 | 372 | 30 | 0 | 0 | 2 | 264 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11111010 | 11000 | 0 | 0 | 10 | 10110100 | 1010110 | 1010110 |
Color Harmonies of #BDFAFA
Complementary color
Monochromatic Colors of #BDFAFA
Black with #BDFAFA
Text Example
Text Example
White with #BDFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAFA; }
p { color: rgb(189,250,250); }
H1.HeaderClassName
{
color: #BDFAFA;
}
.AnyTagClassName
{
color: #BDFAFA;
}
</style>
background-color css
<style>
a { background-color: #BDFAFA; }
a { background-color: rgb(189,250,250); }
div.DivClassName
{
background-color: #BDFAFA;
}
.BgClassName
{
background-color: #BDFAFA;
}
</style>
border-color css
<style>
span { border-color: #BDFAFA; }
span { border-color: rgb(189,250,250); }
td.TdClassName
{
border-color: #BDFAFA;
}
.TagClassName
{
border-color: #BDFAFA;
}
</style>