Shades of Pale Turquoise #B5FBFD
Tints of Pale Turquoise #B5FBFD
RGB
CMYK
RGB Variations
Color information
#B5FBFD (or 0xB5FBFD) is known color: Pale Turquoise. HEX triplet: B5, FB and FD. RGB value is (181,251,253). Sum of RGB (Red+Green+Blue) = 181+251+253=685 (90% of max value = 765). Red value is 181 (71.09% from 255 or 26.42% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FBFD is #4A0402. Grayscale: #E6E6E6. Windows color (decimal): -4850691 or 16645045. OLE color: 16645045.
HSL color Cylindrical-coordinate representation of color #B5FBFD: hue angle of 181.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBFD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 251 | 253 | - |
CMYK | 0.28 | 0.01 | 0 | 0.01 |
HSL | 181.67º | 0.95% | 0.85% | - |
HSV(B) | 181.67º | 0.28% | 0.99% | - |
XYZ | 71.28 | 85.91 | 105.75 | - |
YUV | 230.3 | 140.81 | 92.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 251 | 253 | 0.28 | 0.01 | 0 | 0.01 | 181.67 | 0.95 | 0.85 |
Hex | B5 | FB | FD | 1C | 1 | 0 | 1 | B6 | 5F | 55 |
Octal | 265 | 373 | 375 | 34 | 1 | 0 | 1 | 266 | 137 | 125 |
Binary | 10110101 | 11111011 | 11111101 | 11100 | 1 | 0 | 1 | 10110110 | 1011111 | 1010101 |
Color Harmonies of #B5FBFD
Complementary color
Monochromatic Colors of #B5FBFD
Black with #B5FBFD
Text Example
Text Example
White with #B5FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBFD; }
p { color: rgb(181,251,253); }
H1.HeaderClassName
{
color: #B5FBFD;
}
.AnyTagClassName
{
color: #B5FBFD;
}
</style>
background-color css
<style>
a { background-color: #B5FBFD; }
a { background-color: rgb(181,251,253); }
div.DivClassName
{
background-color: #B5FBFD;
}
.BgClassName
{
background-color: #B5FBFD;
}
</style>
border-color css
<style>
span { border-color: #B5FBFD; }
span { border-color: rgb(181,251,253); }
td.TdClassName
{
border-color: #B5FBFD;
}
.TagClassName
{
border-color: #B5FBFD;
}
</style>