Shades of Bright Turquoise #15EACD
Tints of Bright Turquoise #15EACD
RGB
CMYK
RGB Variations
Color information
#15EACD (or 0x15EACD) is known color: Bright Turquoise. HEX triplet: 15, EA and CD. RGB value is (21,234,205). Sum of RGB (Red+Green+Blue) = 21+234+205=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #15EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EACD is #EA1532. Grayscale: #A6A6A6. Windows color (decimal): -15340851 or 13494805. OLE color: 13494805.
HSL color Cylindrical-coordinate representation of color #15EACD: hue angle of 171.83º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EACD is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 234 | 205 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.08 |
| HSL | 171.83º | 0.84% | 0.5% | - |
| HSV(B) | 171.83º | 0.91% | 0.92% | - |
| XYZ | 40.75 | 63.41 | 67.85 | - |
| YUV | 167.01 | 149.43 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 234 | 205 | 0.91 | 0 | 0.12 | 0.08 | 171.83 | 0.84 | 0.5 |
| Hex | 15 | EA | CD | 5B | 0 | C | 8 | AC | 54 | 32 |
| Octal | 25 | 352 | 315 | 133 | 0 | 14 | 10 | 254 | 124 | 62 |
| Binary | 10101 | 11101010 | 11001101 | 1011011 | 0 | 1100 | 1000 | 10101100 | 1010100 | 110010 |
Color Harmonies of #15EACD
Complementary color
Monochromatic Colors of #15EACD
Black with #15EACD
Text Example
Text Example
White with #15EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EACD; }
p { color: rgb(21,234,205); }
H1.HeaderClassName
{
color: #15EACD;
}
.AnyTagClassName
{
color: #15EACD;
}
</style>
background-color css
<style>
a { background-color: #15EACD; }
a { background-color: rgb(21,234,205); }
div.DivClassName
{
background-color: #15EACD;
}
.BgClassName
{
background-color: #15EACD;
}
</style>
border-color css
<style>
span { border-color: #15EACD; }
span { border-color: rgb(21,234,205); }
td.TdClassName
{
border-color: #15EACD;
}
.TagClassName
{
border-color: #15EACD;
}
</style>