Shades of Pale Turquoise #BEEEED
Tints of Pale Turquoise #BEEEED
RGB
CMYK
RGB Variations
Color information
#BEEEED (or 0xBEEEED) is known color: Pale Turquoise. HEX triplet: BE, EE and ED. RGB value is (190,238,237). Sum of RGB (Red+Green+Blue) = 190+238+237=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEED is #411112. Grayscale: #DFDFDF. Windows color (decimal): -4264211 or 15593150. OLE color: 15593150.
HSL color Cylindrical-coordinate representation of color #BEEEED: hue angle of 178.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEED is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 237 | - |
| CMYK | 0.20 | 0 | 0.00 | 0.07 |
| HSL | 178.75º | 0.59% | 0.84% | - |
| HSV(B) | 178.75º | 0.2% | 0.93% | - |
| XYZ | 67.1 | 78.21 | 91.68 | - |
| YUV | 223.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 237 | 0.20 | 0 | 0.00 | 0.07 | 178.75 | 0.59 | 0.84 |
| Hex | BE | EE | ED | 14 | 0 | 0 | 7 | B3 | 3B | 54 |
| Octal | 276 | 356 | 355 | 24 | 0 | 0 | 7 | 263 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11101101 | 10100 | 0 | 0 | 111 | 10110011 | 111011 | 1010100 |
Color Harmonies of #BEEEED
Complementary color
Monochromatic Colors of #BEEEED
Black with #BEEEED
Text Example
Text Example
White with #BEEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEED; }
p { color: rgb(190,238,237); }
H1.HeaderClassName
{
color: #BEEEED;
}
.AnyTagClassName
{
color: #BEEEED;
}
</style>
background-color css
<style>
a { background-color: #BEEEED; }
a { background-color: rgb(190,238,237); }
div.DivClassName
{
background-color: #BEEEED;
}
.BgClassName
{
background-color: #BEEEED;
}
</style>
border-color css
<style>
span { border-color: #BEEEED; }
span { border-color: rgb(190,238,237); }
td.TdClassName
{
border-color: #BEEEED;
}
.TagClassName
{
border-color: #BEEEED;
}
</style>