Shades of Pale Turquoise #BDFFF2
Tints of Pale Turquoise #BDFFF2
RGB
CMYK
RGB Variations
Color information
#BDFFF2 (or 0xBDFFF2) is known color: Pale Turquoise. HEX triplet: BD, FF and F2. RGB value is (189,255,242). Sum of RGB (Red+Green+Blue) = 189+255+242=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFF2 is #42000D. Grayscale: #E9E9E9. Windows color (decimal): -4325390 or 15925181. OLE color: 15925181.
HSL color Cylindrical-coordinate representation of color #BDFFF2: hue angle of 168.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFF2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 242 | - |
| CMYK | 0.26 | 0 | 0.05 | 0 |
| HSL | 168.18º | 1% | 0.87% | - |
| HSV(B) | 168.18º | 0.26% | 1% | - |
| XYZ | 72.77 | 88.75 | 97.3 | - |
| YUV | 233.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 242 | 0.26 | 0 | 0.05 | 0 | 168.18 | 1 | 0.87 |
| Hex | BD | FF | F2 | 1A | 0 | 5 | 0 | A8 | 64 | 57 |
| Octal | 275 | 377 | 362 | 32 | 0 | 5 | 0 | 250 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11110010 | 11010 | 0 | 101 | 0 | 10101000 | 1100100 | 1010111 |
Color Harmonies of #BDFFF2
Complementary color
Monochromatic Colors of #BDFFF2
Black with #BDFFF2
Text Example
Text Example
White with #BDFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFF2; }
p { color: rgb(189,255,242); }
H1.HeaderClassName
{
color: #BDFFF2;
}
.AnyTagClassName
{
color: #BDFFF2;
}
</style>
background-color css
<style>
a { background-color: #BDFFF2; }
a { background-color: rgb(189,255,242); }
div.DivClassName
{
background-color: #BDFFF2;
}
.BgClassName
{
background-color: #BDFFF2;
}
</style>
border-color css
<style>
span { border-color: #BDFFF2; }
span { border-color: rgb(189,255,242); }
td.TdClassName
{
border-color: #BDFFF2;
}
.TagClassName
{
border-color: #BDFFF2;
}
</style>