Shades of Pale Turquoise #BDFDFD
Tints of Pale Turquoise #BDFDFD
RGB
CMYK
RGB Variations
Color information
#BDFDFD (or 0xBDFDFD) is known color: Pale Turquoise. HEX triplet: BD, FD and FD. RGB value is (189,253,253). Sum of RGB (Red+Green+Blue) = 189+253+253=695 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.19% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #BDFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDFD is #420202. Grayscale: #E9E9E9. Windows color (decimal): -4325891 or 16645565. OLE color: 16645565.
HSL color Cylindrical-coordinate representation of color #BDFDFD: hue angle of 180º 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 #BDFDFD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 253 | - |
CMYK | 0.25 | 0 | 0 | 0.01 |
HSL | 180º | 0.94% | 0.87% | - |
HSV(B) | 180º | 0.25% | 0.99% | - |
XYZ | 73.84 | 88.16 | 106.05 | - |
YUV | 233.86 | 138.8 | 96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 253 | 0.25 | 0 | 0 | 0.01 | 180 | 0.94 | 0.87 |
Hex | BD | FD | FD | 19 | 0 | 0 | 1 | B4 | 5E | 57 |
Octal | 275 | 375 | 375 | 31 | 0 | 0 | 1 | 264 | 136 | 127 |
Binary | 10111101 | 11111101 | 11111101 | 11001 | 0 | 0 | 1 | 10110100 | 1011110 | 1010111 |
Color Harmonies of #BDFDFD
Complementary color
Monochromatic Colors of #BDFDFD
Black with #BDFDFD
Text Example
Text Example
White with #BDFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDFD; }
p { color: rgb(189,253,253); }
H1.HeaderClassName
{
color: #BDFDFD;
}
.AnyTagClassName
{
color: #BDFDFD;
}
</style>
background-color css
<style>
a { background-color: #BDFDFD; }
a { background-color: rgb(189,253,253); }
div.DivClassName
{
background-color: #BDFDFD;
}
.BgClassName
{
background-color: #BDFDFD;
}
</style>
border-color css
<style>
span { border-color: #BDFDFD; }
span { border-color: rgb(189,253,253); }
td.TdClassName
{
border-color: #BDFDFD;
}
.TagClassName
{
border-color: #BDFDFD;
}
</style>