Shades of Pale Turquoise #B3EDF2
Tints of Pale Turquoise #B3EDF2
RGB
CMYK
RGB Variations
Color information
#B3EDF2 (or 0xB3EDF2) is known color: Pale Turquoise. HEX triplet: B3, ED and F2. RGB value is (179,237,242). Sum of RGB (Red+Green+Blue) = 179+237+242=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDF2 is #4C120D. Grayscale: #DCDCDC. Windows color (decimal): -4985358 or 15920563. OLE color: 15920563.
HSL color Cylindrical-coordinate representation of color #B3EDF2: hue angle of 184.76º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3EDF2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 237 | 242 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.05 |
| HSL | 184.76º | 0.71% | 0.83% | - |
| HSV(B) | 184.76º | 0.26% | 0.95% | - |
| XYZ | 64.9 | 76.56 | 95.36 | - |
| YUV | 220.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 242 | 0.26 | 0.02 | 0 | 0.05 | 184.76 | 0.71 | 0.83 |
| Hex | B3 | ED | F2 | 1A | 2 | 0 | 5 | B9 | 47 | 53 |
| Octal | 263 | 355 | 362 | 32 | 2 | 0 | 5 | 271 | 107 | 123 |
| Binary | 10110011 | 11101101 | 11110010 | 11010 | 10 | 0 | 101 | 10111001 | 1000111 | 1010011 |
Color Harmonies of #B3EDF2
Complementary color
Monochromatic Colors of #B3EDF2
Black with #B3EDF2
Text Example
Text Example
White with #B3EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDF2; }
p { color: rgb(179,237,242); }
H1.HeaderClassName
{
color: #B3EDF2;
}
.AnyTagClassName
{
color: #B3EDF2;
}
</style>
background-color css
<style>
a { background-color: #B3EDF2; }
a { background-color: rgb(179,237,242); }
div.DivClassName
{
background-color: #B3EDF2;
}
.BgClassName
{
background-color: #B3EDF2;
}
</style>
border-color css
<style>
span { border-color: #B3EDF2; }
span { border-color: rgb(179,237,242); }
td.TdClassName
{
border-color: #B3EDF2;
}
.TagClassName
{
border-color: #B3EDF2;
}
</style>