Shades of Pale Turquoise #B7EEF1
Tints of Pale Turquoise #B7EEF1
RGB
CMYK
RGB Variations
Color information
#B7EEF1 (or 0xB7EEF1) is known color: Pale Turquoise. HEX triplet: B7, EE and F1. RGB value is (183,238,241). Sum of RGB (Red+Green+Blue) = 183+238+241=662 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.64% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #B7EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EEF1 is #48110E. Grayscale: #DDDDDD. Windows color (decimal): -4722959 or 15855287. OLE color: 15855287.
HSL color Cylindrical-coordinate representation of color #B7EEF1: hue angle of 183.1º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7EEF1 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 238 | 241 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.05 |
| HSL | 183.1º | 0.67% | 0.83% | - |
| HSV(B) | 183.1º | 0.24% | 0.95% | - |
| XYZ | 65.98 | 77.57 | 94.71 | - |
| YUV | 221.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 241 | 0.24 | 0.01 | 0 | 0.05 | 183.1 | 0.67 | 0.83 |
| Hex | B7 | EE | F1 | 18 | 1 | 0 | 5 | B7 | 43 | 53 |
| Octal | 267 | 356 | 361 | 30 | 1 | 0 | 5 | 267 | 103 | 123 |
| Binary | 10110111 | 11101110 | 11110001 | 11000 | 1 | 0 | 101 | 10110111 | 1000011 | 1010011 |
Color Harmonies of #B7EEF1
Complementary color
Monochromatic Colors of #B7EEF1
Black with #B7EEF1
Text Example
Text Example
White with #B7EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EEF1; }
p { color: rgb(183,238,241); }
H1.HeaderClassName
{
color: #B7EEF1;
}
.AnyTagClassName
{
color: #B7EEF1;
}
</style>
background-color css
<style>
a { background-color: #B7EEF1; }
a { background-color: rgb(183,238,241); }
div.DivClassName
{
background-color: #B7EEF1;
}
.BgClassName
{
background-color: #B7EEF1;
}
</style>
border-color css
<style>
span { border-color: #B7EEF1; }
span { border-color: rgb(183,238,241); }
td.TdClassName
{
border-color: #B7EEF1;
}
.TagClassName
{
border-color: #B7EEF1;
}
</style>