Shades of Pale Turquoise #B5FEFD
Tints of Pale Turquoise #B5FEFD
RGB
CMYK
RGB Variations
Color information
#B5FEFD (or 0xB5FEFD) is known color: Pale Turquoise. HEX triplet: B5, FE and FD. RGB value is (181,254,253). Sum of RGB (Red+Green+Blue) = 181+254+253=688 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.31% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEFD is #4A0102. Grayscale: #E7E7E7. Windows color (decimal): -4849923 or 16645813. OLE color: 16645813.
HSL color Cylindrical-coordinate representation of color #B5FEFD: hue angle of 179.18º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEFD is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 181 | 254 | 253 | - |
CMYK | 0.29 | 0 | 0.00 | 0.00 |
HSL | 179.18º | 0.97% | 0.85% | - |
HSV(B) | 179.18º | 0.29% | 1% | - |
XYZ | 72.23 | 87.8 | 106.07 | - |
YUV | 232.06 | 139.82 | 91.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 254 | 253 | 0.29 | 0 | 0.00 | 0.00 | 179.18 | 0.97 | 0.85 |
Hex | B5 | FE | FD | 1D | 0 | 0 | 0 | B3 | 61 | 55 |
Octal | 265 | 376 | 375 | 35 | 0 | 0 | 0 | 263 | 141 | 125 |
Binary | 10110101 | 11111110 | 11111101 | 11101 | 0 | 0 | 0 | 10110011 | 1100001 | 1010101 |
Color Harmonies of #B5FEFD
Complementary color
Monochromatic Colors of #B5FEFD
Black with #B5FEFD
Text Example
Text Example
White with #B5FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEFD; }
p { color: rgb(181,254,253); }
H1.HeaderClassName
{
color: #B5FEFD;
}
.AnyTagClassName
{
color: #B5FEFD;
}
</style>
background-color css
<style>
a { background-color: #B5FEFD; }
a { background-color: rgb(181,254,253); }
div.DivClassName
{
background-color: #B5FEFD;
}
.BgClassName
{
background-color: #B5FEFD;
}
</style>
border-color css
<style>
span { border-color: #B5FEFD; }
span { border-color: rgb(181,254,253); }
td.TdClassName
{
border-color: #B5FEFD;
}
.TagClassName
{
border-color: #B5FEFD;
}
</style>