Shades of Pale Turquoise #BDFBFF
Tints of Pale Turquoise #BDFBFF
RGB
CMYK
RGB Variations
Color information
#BDFBFF (or 0xBDFBFF) is known color: Pale Turquoise. HEX triplet: BD, FB and FF. RGB value is (189,251,255). Sum of RGB (Red+Green+Blue) = 189+251+255=695 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.19% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBFF is #420400. Grayscale: #E8E8E8. Windows color (decimal): -4326401 or 16776125. OLE color: 16776125.
HSL color Cylindrical-coordinate representation of color #BDFBFF: hue angle of 183.64º 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 #BDFBFF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 251 | 255 | - |
| CMYK | 0.26 | 0.02 | 0 | 0 |
| HSL | 183.64º | 1% | 0.87% | - |
| HSV(B) | 183.64º | 0.26% | 1% | - |
| XYZ | 73.53 | 87.03 | 107.53 | - |
| YUV | 232.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 255 | 0.26 | 0.02 | 0 | 0 | 183.64 | 1 | 0.87 |
| Hex | BD | FB | FF | 1A | 2 | 0 | 0 | B8 | 64 | 57 |
| Octal | 275 | 373 | 377 | 32 | 2 | 0 | 0 | 270 | 144 | 127 |
| Binary | 10111101 | 11111011 | 11111111 | 11010 | 10 | 0 | 0 | 10111000 | 1100100 | 1010111 |
Color Harmonies of #BDFBFF
Complementary color
Monochromatic Colors of #BDFBFF
Black with #BDFBFF
Text Example
Text Example
White with #BDFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBFF; }
p { color: rgb(189,251,255); }
H1.HeaderClassName
{
color: #BDFBFF;
}
.AnyTagClassName
{
color: #BDFBFF;
}
</style>
background-color css
<style>
a { background-color: #BDFBFF; }
a { background-color: rgb(189,251,255); }
div.DivClassName
{
background-color: #BDFBFF;
}
.BgClassName
{
background-color: #BDFBFF;
}
</style>
border-color css
<style>
span { border-color: #BDFBFF; }
span { border-color: rgb(189,251,255); }
td.TdClassName
{
border-color: #BDFBFF;
}
.TagClassName
{
border-color: #BDFBFF;
}
</style>