Shades of Pale Turquoise #BAFDFD
Tints of Pale Turquoise #BAFDFD
RGB
CMYK
RGB Variations
Color information
#BAFDFD (or 0xBAFDFD) is known color: Pale Turquoise. HEX triplet: BA, FD and FD. RGB value is (186,253,253). Sum of RGB (Red+Green+Blue) = 186+253+253=692 (91% of max value = 765). Red value is 186 (73.05% from 255 or 26.88% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #BAFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDFD is #450202. Grayscale: #E8E8E8. Windows color (decimal): -4522499 or 16645562. OLE color: 16645562.
HSL color Cylindrical-coordinate representation of color #BAFDFD: hue angle of 180º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDFD is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 186 | 253 | 253 | - |
CMYK | 0.26 | 0 | 0 | 0.01 |
HSL | 180º | 0.94% | 0.86% | - |
HSV(B) | 180º | 0.26% | 0.99% | - |
XYZ | 73.1 | 87.78 | 106.02 | - |
YUV | 232.97 | 139.3 | 94.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 253 | 253 | 0.26 | 0 | 0 | 0.01 | 180 | 0.94 | 0.86 |
Hex | BA | FD | FD | 1A | 0 | 0 | 1 | B4 | 5E | 56 |
Octal | 272 | 375 | 375 | 32 | 0 | 0 | 1 | 264 | 136 | 126 |
Binary | 10111010 | 11111101 | 11111101 | 11010 | 0 | 0 | 1 | 10110100 | 1011110 | 1010110 |
Color Harmonies of #BAFDFD
Complementary color
Monochromatic Colors of #BAFDFD
Black with #BAFDFD
Text Example
Text Example
White with #BAFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDFD; }
p { color: rgb(186,253,253); }
H1.HeaderClassName
{
color: #BAFDFD;
}
.AnyTagClassName
{
color: #BAFDFD;
}
</style>
background-color css
<style>
a { background-color: #BAFDFD; }
a { background-color: rgb(186,253,253); }
div.DivClassName
{
background-color: #BAFDFD;
}
.BgClassName
{
background-color: #BAFDFD;
}
</style>
border-color css
<style>
span { border-color: #BAFDFD; }
span { border-color: rgb(186,253,253); }
td.TdClassName
{
border-color: #BAFDFD;
}
.TagClassName
{
border-color: #BAFDFD;
}
</style>