Shades of Pale Turquoise #B3EAEE
Tints of Pale Turquoise #B3EAEE
RGB
CMYK
RGB Variations
Color information
#B3EAEE (or 0xB3EAEE) is known color: Pale Turquoise. HEX triplet: B3, EA and EE. RGB value is (179,234,238). Sum of RGB (Red+Green+Blue) = 179+234+238=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EAEE is #4C1511. Grayscale: #D9D9D9. Windows color (decimal): -4986130 or 15657651. OLE color: 15657651.
HSL color Cylindrical-coordinate representation of color #B3EAEE: hue angle of 184.07º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EAEE is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 234 | 238 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.07 |
| HSL | 184.07º | 0.63% | 0.82% | - |
| HSV(B) | 184.07º | 0.25% | 0.93% | - |
| XYZ | 63.45 | 74.6 | 91.94 | - |
| YUV | 218.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 238 | 0.25 | 0.02 | 0 | 0.07 | 184.07 | 0.63 | 0.82 |
| Hex | B3 | EA | EE | 19 | 2 | 0 | 7 | B8 | 3F | 52 |
| Octal | 263 | 352 | 356 | 31 | 2 | 0 | 7 | 270 | 77 | 122 |
| Binary | 10110011 | 11101010 | 11101110 | 11001 | 10 | 0 | 111 | 10111000 | 111111 | 1010010 |
Color Harmonies of #B3EAEE
Complementary color
Monochromatic Colors of #B3EAEE
Black with #B3EAEE
Text Example
Text Example
White with #B3EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EAEE; }
p { color: rgb(179,234,238); }
H1.HeaderClassName
{
color: #B3EAEE;
}
.AnyTagClassName
{
color: #B3EAEE;
}
</style>
background-color css
<style>
a { background-color: #B3EAEE; }
a { background-color: rgb(179,234,238); }
div.DivClassName
{
background-color: #B3EAEE;
}
.BgClassName
{
background-color: #B3EAEE;
}
</style>
border-color css
<style>
span { border-color: #B3EAEE; }
span { border-color: rgb(179,234,238); }
td.TdClassName
{
border-color: #B3EAEE;
}
.TagClassName
{
border-color: #B3EAEE;
}
</style>