Shades of Pale Turquoise #BDFFFF
Tints of Pale Turquoise #BDFFFF
RGB
CMYK
RGB Variations
Color information
#BDFFFF (or 0xBDFFFF) is known color: Pale Turquoise. HEX triplet: BD, FF and FF. RGB value is (189,255,255). Sum of RGB (Red+Green+Blue) = 189+255+255=699 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.04% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #BDFFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFFF is #420000. Grayscale: #EBEBEB. Windows color (decimal): -4325377 or 16777149. OLE color: 16777149.
HSL color Cylindrical-coordinate representation of color #BDFFFF: hue angle of 180º 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 #BDFFFF is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 189 | 255 | 255 | - |
CMYK | 0.26 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.87% | - |
HSV(B) | 180º | 0.26% | 1% | - |
XYZ | 74.8 | 89.56 | 107.95 | - |
YUV | 235.27 | 139.13 | 95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 255 | 255 | 0.26 | 0 | 0 | 0 | 180 | 1 | 0.87 |
Hex | BD | FF | FF | 1A | 0 | 0 | 0 | B4 | 64 | 57 |
Octal | 275 | 377 | 377 | 32 | 0 | 0 | 0 | 264 | 144 | 127 |
Binary | 10111101 | 11111111 | 11111111 | 11010 | 0 | 0 | 0 | 10110100 | 1100100 | 1010111 |
Color Harmonies of #BDFFFF
Complementary color
Monochromatic Colors of #BDFFFF
Black with #BDFFFF
Text Example
Text Example
White with #BDFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFFF; }
p { color: rgb(189,255,255); }
H1.HeaderClassName
{
color: #BDFFFF;
}
.AnyTagClassName
{
color: #BDFFFF;
}
</style>
background-color css
<style>
a { background-color: #BDFFFF; }
a { background-color: rgb(189,255,255); }
div.DivClassName
{
background-color: #BDFFFF;
}
.BgClassName
{
background-color: #BDFFFF;
}
</style>
border-color css
<style>
span { border-color: #BDFFFF; }
span { border-color: rgb(189,255,255); }
td.TdClassName
{
border-color: #BDFFFF;
}
.TagClassName
{
border-color: #BDFFFF;
}
</style>