Shades of Pale Turquoise #B2EEFD
Tints of Pale Turquoise #B2EEFD
RGB
CMYK
RGB Variations
Color information
#B2EEFD (or 0xB2EEFD) is known color: Pale Turquoise. HEX triplet: B2, EE and FD. RGB value is (178,238,253). Sum of RGB (Red+Green+Blue) = 178+238+253=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2EEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EEFD is #4D1102. Grayscale: #DDDDDD. Windows color (decimal): -5050627 or 16641714. OLE color: 16641714.
HSL color Cylindrical-coordinate representation of color #B2EEFD: hue angle of 192º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2EEFD is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 178 | 238 | 253 | - |
CMYK | 0.30 | 0.06 | 0 | 0.01 |
HSL | 192º | 0.95% | 0.85% | - |
HSV(B) | 192º | 0.3% | 0.99% | - |
XYZ | 66.66 | 77.71 | 104.41 | - |
YUV | 221.77 | 145.62 | 96.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 238 | 253 | 0.30 | 0.06 | 0 | 0.01 | 192 | 0.95 | 0.85 |
Hex | B2 | EE | FD | 1E | 6 | 0 | 1 | C0 | 5F | 55 |
Octal | 262 | 356 | 375 | 36 | 6 | 0 | 1 | 300 | 137 | 125 |
Binary | 10110010 | 11101110 | 11111101 | 11110 | 110 | 0 | 1 | 11000000 | 1011111 | 1010101 |
Color Harmonies of #B2EEFD
Complementary color
Monochromatic Colors of #B2EEFD
Black with #B2EEFD
Text Example
Text Example
White with #B2EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEFD; }
p { color: rgb(178,238,253); }
H1.HeaderClassName
{
color: #B2EEFD;
}
.AnyTagClassName
{
color: #B2EEFD;
}
</style>
background-color css
<style>
a { background-color: #B2EEFD; }
a { background-color: rgb(178,238,253); }
div.DivClassName
{
background-color: #B2EEFD;
}
.BgClassName
{
background-color: #B2EEFD;
}
</style>
border-color css
<style>
span { border-color: #B2EEFD; }
span { border-color: rgb(178,238,253); }
td.TdClassName
{
border-color: #B2EEFD;
}
.TagClassName
{
border-color: #B2EEFD;
}
</style>