Shades of Bright Turquoise #15E1DE
Tints of Bright Turquoise #15E1DE
RGB
CMYK
RGB Variations
Color information
#15E1DE (or 0x15E1DE) is known color: Bright Turquoise. HEX triplet: 15, E1 and DE. RGB value is (21,225,222). Sum of RGB (Red+Green+Blue) = 21+225+222=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #15E1DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E1DE is #EA1E21. Grayscale: #A3A3A3. Windows color (decimal): -15343138 or 14606613. OLE color: 14606613.
HSL color Cylindrical-coordinate representation of color #15E1DE: hue angle of 179.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E1DE is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 225 | 222 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.12 |
| HSL | 179.12º | 0.83% | 0.48% | - |
| HSV(B) | 179.12º | 0.91% | 0.88% | - |
| XYZ | 40.42 | 59.28 | 78.42 | - |
| YUV | 163.66 | 160.91 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 225 | 222 | 0.91 | 0 | 0.01 | 0.12 | 179.12 | 0.83 | 0.48 |
| Hex | 15 | E1 | DE | 5B | 0 | 1 | C | B3 | 53 | 30 |
| Octal | 25 | 341 | 336 | 133 | 0 | 1 | 14 | 263 | 123 | 60 |
| Binary | 10101 | 11100001 | 11011110 | 1011011 | 0 | 1 | 1100 | 10110011 | 1010011 | 110000 |
Color Harmonies of #15E1DE
Complementary color
Monochromatic Colors of #15E1DE
Black with #15E1DE
Text Example
Text Example
White with #15E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E1DE; }
p { color: rgb(21,225,222); }
H1.HeaderClassName
{
color: #15E1DE;
}
.AnyTagClassName
{
color: #15E1DE;
}
</style>
background-color css
<style>
a { background-color: #15E1DE; }
a { background-color: rgb(21,225,222); }
div.DivClassName
{
background-color: #15E1DE;
}
.BgClassName
{
background-color: #15E1DE;
}
</style>
border-color css
<style>
span { border-color: #15E1DE; }
span { border-color: rgb(21,225,222); }
td.TdClassName
{
border-color: #15E1DE;
}
.TagClassName
{
border-color: #15E1DE;
}
</style>