Shades of Pale Turquoise #B7EDF2
Tints of Pale Turquoise #B7EDF2
RGB
CMYK
RGB Variations
Color information
#B7EDF2 (or 0xB7EDF2) is known color: Pale Turquoise. HEX triplet: B7, ED and F2. RGB value is (183,237,242). Sum of RGB (Red+Green+Blue) = 183+237+242=662 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.64% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDF2 is #48120D. Grayscale: #DDDDDD. Windows color (decimal): -4723214 or 15920567. OLE color: 15920567.
HSL color Cylindrical-coordinate representation of color #B7EDF2: hue angle of 185.08º degrees, saturation: 0.69, 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 #B7EDF2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 237 | 242 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.05 |
| HSL | 185.08º | 0.69% | 0.83% | - |
| HSV(B) | 185.08º | 0.24% | 0.95% | - |
| XYZ | 65.84 | 77.05 | 95.41 | - |
| YUV | 221.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 242 | 0.24 | 0.02 | 0 | 0.05 | 185.08 | 0.69 | 0.83 |
| Hex | B7 | ED | F2 | 18 | 2 | 0 | 5 | B9 | 45 | 53 |
| Octal | 267 | 355 | 362 | 30 | 2 | 0 | 5 | 271 | 105 | 123 |
| Binary | 10110111 | 11101101 | 11110010 | 11000 | 10 | 0 | 101 | 10111001 | 1000101 | 1010011 |
Color Harmonies of #B7EDF2
Complementary color
Monochromatic Colors of #B7EDF2
Black with #B7EDF2
Text Example
Text Example
White with #B7EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDF2; }
p { color: rgb(183,237,242); }
H1.HeaderClassName
{
color: #B7EDF2;
}
.AnyTagClassName
{
color: #B7EDF2;
}
</style>
background-color css
<style>
a { background-color: #B7EDF2; }
a { background-color: rgb(183,237,242); }
div.DivClassName
{
background-color: #B7EDF2;
}
.BgClassName
{
background-color: #B7EDF2;
}
</style>
border-color css
<style>
span { border-color: #B7EDF2; }
span { border-color: rgb(183,237,242); }
td.TdClassName
{
border-color: #B7EDF2;
}
.TagClassName
{
border-color: #B7EDF2;
}
</style>