Shades of Pale Turquoise #B7EFF5
Tints of Pale Turquoise #B7EFF5
RGB
CMYK
RGB Variations
Color information
#B7EFF5 (or 0xB7EFF5) is known color: Pale Turquoise. HEX triplet: B7, EF and F5. RGB value is (183,239,245). Sum of RGB (Red+Green+Blue) = 183+239+245=667 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.44% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #B7EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFF5 is #48100A. Grayscale: #DEDEDE. Windows color (decimal): -4722699 or 16117687. OLE color: 16117687.
HSL color Cylindrical-coordinate representation of color #B7EFF5: hue angle of 185.81º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7EFF5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 239 | 245 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.04 |
| HSL | 185.81º | 0.76% | 0.84% | - |
| HSV(B) | 185.81º | 0.25% | 0.96% | - |
| XYZ | 66.88 | 78.39 | 97.99 | - |
| YUV | 222.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 239 | 245 | 0.25 | 0.02 | 0 | 0.04 | 185.81 | 0.76 | 0.84 |
| Hex | B7 | EF | F5 | 19 | 2 | 0 | 4 | BA | 4C | 54 |
| Octal | 267 | 357 | 365 | 31 | 2 | 0 | 4 | 272 | 114 | 124 |
| Binary | 10110111 | 11101111 | 11110101 | 11001 | 10 | 0 | 100 | 10111010 | 1001100 | 1010100 |
Color Harmonies of #B7EFF5
Complementary color
Monochromatic Colors of #B7EFF5
Black with #B7EFF5
Text Example
Text Example
White with #B7EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EFF5; }
p { color: rgb(183,239,245); }
H1.HeaderClassName
{
color: #B7EFF5;
}
.AnyTagClassName
{
color: #B7EFF5;
}
</style>
background-color css
<style>
a { background-color: #B7EFF5; }
a { background-color: rgb(183,239,245); }
div.DivClassName
{
background-color: #B7EFF5;
}
.BgClassName
{
background-color: #B7EFF5;
}
</style>
border-color css
<style>
span { border-color: #B7EFF5; }
span { border-color: rgb(183,239,245); }
td.TdClassName
{
border-color: #B7EFF5;
}
.TagClassName
{
border-color: #B7EFF5;
}
</style>