Shades of Pale Turquoise #B2F9ED
Tints of Pale Turquoise #B2F9ED
RGB
CMYK
RGB Variations
Color information
#B2F9ED (or 0xB2F9ED) is known color: Pale Turquoise. HEX triplet: B2, F9 and ED. RGB value is (178,249,237). Sum of RGB (Red+Green+Blue) = 178+249+237=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9ED is #4D0612. Grayscale: #E2E2E2. Windows color (decimal): -5047827 or 15595954. OLE color: 15595954.
HSL color Cylindrical-coordinate representation of color #B2F9ED: hue angle of 169.86º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9ED is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 178 | 249 | 237 | - |
CMYK | 0.29 | 0 | 0.05 | 0.02 |
HSL | 169.86º | 0.86% | 0.84% | - |
HSV(B) | 169.86º | 0.29% | 0.98% | - |
XYZ | 67.52 | 83.33 | 92.65 | - |
YUV | 226.4 | 133.98 | 93.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 249 | 237 | 0.29 | 0 | 0.05 | 0.02 | 169.86 | 0.86 | 0.84 |
Hex | B2 | F9 | ED | 1D | 0 | 5 | 2 | AA | 56 | 54 |
Octal | 262 | 371 | 355 | 35 | 0 | 5 | 2 | 252 | 126 | 124 |
Binary | 10110010 | 11111001 | 11101101 | 11101 | 0 | 101 | 10 | 10101010 | 1010110 | 1010100 |
Color Harmonies of #B2F9ED
Complementary color
Monochromatic Colors of #B2F9ED
Black with #B2F9ED
Text Example
Text Example
White with #B2F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9ED; }
p { color: rgb(178,249,237); }
H1.HeaderClassName
{
color: #B2F9ED;
}
.AnyTagClassName
{
color: #B2F9ED;
}
</style>
background-color css
<style>
a { background-color: #B2F9ED; }
a { background-color: rgb(178,249,237); }
div.DivClassName
{
background-color: #B2F9ED;
}
.BgClassName
{
background-color: #B2F9ED;
}
</style>
border-color css
<style>
span { border-color: #B2F9ED; }
span { border-color: rgb(178,249,237); }
td.TdClassName
{
border-color: #B2F9ED;
}
.TagClassName
{
border-color: #B2F9ED;
}
</style>