Shades of Pale Turquoise #BDEFF0
Tints of Pale Turquoise #BDEFF0
RGB
CMYK
RGB Variations
Color information
#BDEFF0 (or 0xBDEFF0) is known color: Pale Turquoise. HEX triplet: BD, EF and F0. RGB value is (189,239,240). Sum of RGB (Red+Green+Blue) = 189+239+240=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFF0 is #42100F. Grayscale: #E0E0E0. Windows color (decimal): -4329488 or 15790013. OLE color: 15790013.
HSL color Cylindrical-coordinate representation of color #BDEFF0: hue angle of 181.18º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFF0 is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 240 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.06 |
| HSL | 181.18º | 0.63% | 0.84% | - |
| HSV(B) | 181.18º | 0.21% | 0.94% | - |
| XYZ | 67.58 | 78.84 | 94.09 | - |
| YUV | 224.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 240 | 0.21 | 0.00 | 0 | 0.06 | 181.18 | 0.63 | 0.84 |
| Hex | BD | EF | F0 | 15 | 0 | 0 | 6 | B5 | 3F | 54 |
| Octal | 275 | 357 | 360 | 25 | 0 | 0 | 6 | 265 | 77 | 124 |
| Binary | 10111101 | 11101111 | 11110000 | 10101 | 0 | 0 | 110 | 10110101 | 111111 | 1010100 |
Color Harmonies of #BDEFF0
Complementary color
Monochromatic Colors of #BDEFF0
Black with #BDEFF0
Text Example
Text Example
White with #BDEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFF0; }
p { color: rgb(189,239,240); }
H1.HeaderClassName
{
color: #BDEFF0;
}
.AnyTagClassName
{
color: #BDEFF0;
}
</style>
background-color css
<style>
a { background-color: #BDEFF0; }
a { background-color: rgb(189,239,240); }
div.DivClassName
{
background-color: #BDEFF0;
}
.BgClassName
{
background-color: #BDEFF0;
}
</style>
border-color css
<style>
span { border-color: #BDEFF0; }
span { border-color: rgb(189,239,240); }
td.TdClassName
{
border-color: #BDEFF0;
}
.TagClassName
{
border-color: #BDEFF0;
}
</style>