Shades of Pale Turquoise #B2EDF1
Tints of Pale Turquoise #B2EDF1
RGB
CMYK
RGB Variations
Color information
#B2EDF1 (or 0xB2EDF1) is known color: Pale Turquoise. HEX triplet: B2, ED and F1. RGB value is (178,237,241). Sum of RGB (Red+Green+Blue) = 178+237+241=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #B2EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDF1 is #4D120E. Grayscale: #DBDBDB. Windows color (decimal): -5050895 or 15855026. OLE color: 15855026.
HSL color Cylindrical-coordinate representation of color #B2EDF1: hue angle of 183.81º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EDF1 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 237 | 241 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.05 |
| HSL | 183.81º | 0.69% | 0.82% | - |
| HSV(B) | 183.81º | 0.26% | 0.95% | - |
| XYZ | 64.52 | 76.38 | 94.56 | - |
| YUV | 219.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 241 | 0.26 | 0.02 | 0 | 0.05 | 183.81 | 0.69 | 0.82 |
| Hex | B2 | ED | F1 | 1A | 2 | 0 | 5 | B8 | 45 | 52 |
| Octal | 262 | 355 | 361 | 32 | 2 | 0 | 5 | 270 | 105 | 122 |
| Binary | 10110010 | 11101101 | 11110001 | 11010 | 10 | 0 | 101 | 10111000 | 1000101 | 1010010 |
Color Harmonies of #B2EDF1
Complementary color
Monochromatic Colors of #B2EDF1
Black with #B2EDF1
Text Example
Text Example
White with #B2EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDF1; }
p { color: rgb(178,237,241); }
H1.HeaderClassName
{
color: #B2EDF1;
}
.AnyTagClassName
{
color: #B2EDF1;
}
</style>
background-color css
<style>
a { background-color: #B2EDF1; }
a { background-color: rgb(178,237,241); }
div.DivClassName
{
background-color: #B2EDF1;
}
.BgClassName
{
background-color: #B2EDF1;
}
</style>
border-color css
<style>
span { border-color: #B2EDF1; }
span { border-color: rgb(178,237,241); }
td.TdClassName
{
border-color: #B2EDF1;
}
.TagClassName
{
border-color: #B2EDF1;
}
</style>