Shades of Pale Turquoise #B2FAFD
Tints of Pale Turquoise #B2FAFD
RGB
CMYK
RGB Variations
Color information
#B2FAFD (or 0xB2FAFD) is known color: Pale Turquoise. HEX triplet: B2, FA and FD. RGB value is (178,250,253). Sum of RGB (Red+Green+Blue) = 178+250+253=681 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.14% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2FAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FAFD is #4D0502. Grayscale: #E4E4E4. Windows color (decimal): -5047555 or 16644786. OLE color: 16644786.
HSL color Cylindrical-coordinate representation of color #B2FAFD: hue angle of 182.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FAFD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 250 | 253 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.01 |
| HSL | 182.4º | 0.95% | 0.85% | - |
| HSV(B) | 182.4º | 0.3% | 0.99% | - |
| XYZ | 70.28 | 84.93 | 105.62 | - |
| YUV | 228.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 253 | 0.30 | 0.01 | 0 | 0.01 | 182.4 | 0.95 | 0.85 |
| Hex | B2 | FA | FD | 1E | 1 | 0 | 1 | B6 | 5F | 55 |
| Octal | 262 | 372 | 375 | 36 | 1 | 0 | 1 | 266 | 137 | 125 |
| Binary | 10110010 | 11111010 | 11111101 | 11110 | 1 | 0 | 1 | 10110110 | 1011111 | 1010101 |
Color Harmonies of #B2FAFD
Complementary color
Monochromatic Colors of #B2FAFD
Black with #B2FAFD
Text Example
Text Example
White with #B2FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAFD; }
p { color: rgb(178,250,253); }
H1.HeaderClassName
{
color: #B2FAFD;
}
.AnyTagClassName
{
color: #B2FAFD;
}
</style>
background-color css
<style>
a { background-color: #B2FAFD; }
a { background-color: rgb(178,250,253); }
div.DivClassName
{
background-color: #B2FAFD;
}
.BgClassName
{
background-color: #B2FAFD;
}
</style>
border-color css
<style>
span { border-color: #B2FAFD; }
span { border-color: rgb(178,250,253); }
td.TdClassName
{
border-color: #B2FAFD;
}
.TagClassName
{
border-color: #B2FAFD;
}
</style>