Shades of Pale Turquoise #B7EDEE
Tints of Pale Turquoise #B7EDEE
RGB
CMYK
RGB Variations
Color information
#B7EDEE (or 0xB7EDEE) is known color: Pale Turquoise. HEX triplet: B7, ED and EE. RGB value is (183,237,238). Sum of RGB (Red+Green+Blue) = 183+237+238=658 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.81% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDEE is #481211. Grayscale: #DCDCDC. Windows color (decimal): -4723218 or 15658423. OLE color: 15658423.
HSL color Cylindrical-coordinate representation of color #B7EDEE: hue angle of 181.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDEE is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 237 | 238 | - |
CMYK | 0.23 | 0.00 | 0 | 0.07 |
HSL | 181.09º | 0.62% | 0.83% | - |
HSV(B) | 181.09º | 0.23% | 0.93% | - |
XYZ | 65.25 | 76.81 | 92.28 | - |
YUV | 220.97 | 137.61 | 100.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 237 | 238 | 0.23 | 0.00 | 0 | 0.07 | 181.09 | 0.62 | 0.83 |
Hex | B7 | ED | EE | 17 | 0 | 0 | 7 | B5 | 3E | 53 |
Octal | 267 | 355 | 356 | 27 | 0 | 0 | 7 | 265 | 76 | 123 |
Binary | 10110111 | 11101101 | 11101110 | 10111 | 0 | 0 | 111 | 10110101 | 111110 | 1010011 |
Color Harmonies of #B7EDEE
Complementary color
Monochromatic Colors of #B7EDEE
Black with #B7EDEE
Text Example
Text Example
White with #B7EDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDEE; }
p { color: rgb(183,237,238); }
H1.HeaderClassName
{
color: #B7EDEE;
}
.AnyTagClassName
{
color: #B7EDEE;
}
</style>
background-color css
<style>
a { background-color: #B7EDEE; }
a { background-color: rgb(183,237,238); }
div.DivClassName
{
background-color: #B7EDEE;
}
.BgClassName
{
background-color: #B7EDEE;
}
</style>
border-color css
<style>
span { border-color: #B7EDEE; }
span { border-color: rgb(183,237,238); }
td.TdClassName
{
border-color: #B7EDEE;
}
.TagClassName
{
border-color: #B7EDEE;
}
</style>