Shades of Bright Turquoise #15EAD4
Tints of Bright Turquoise #15EAD4
RGB
CMYK
RGB Variations
Color information
#15EAD4 (or 0x15EAD4) is known color: Bright Turquoise. HEX triplet: 15, EA and D4. RGB value is (21,234,212). Sum of RGB (Red+Green+Blue) = 21+234+212=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #15EAD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EAD4 is #EA152B. Grayscale: #A7A7A7. Windows color (decimal): -15340844 or 13953557. OLE color: 13953557.
HSL color Cylindrical-coordinate representation of color #15EAD4: hue angle of 173.8º 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 #15EAD4 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 234 | 212 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.08 |
| HSL | 173.8º | 0.84% | 0.5% | - |
| HSV(B) | 173.8º | 0.91% | 0.92% | - |
| XYZ | 41.62 | 63.76 | 72.4 | - |
| YUV | 167.81 | 152.93 | 23.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 234 | 212 | 0.91 | 0 | 0.09 | 0.08 | 173.8 | 0.84 | 0.5 |
| Hex | 15 | EA | D4 | 5B | 0 | 9 | 8 | AE | 54 | 32 |
| Octal | 25 | 352 | 324 | 133 | 0 | 11 | 10 | 256 | 124 | 62 |
| Binary | 10101 | 11101010 | 11010100 | 1011011 | 0 | 1001 | 1000 | 10101110 | 1010100 | 110010 |
Color Harmonies of #15EAD4
Complementary color
Monochromatic Colors of #15EAD4
Black with #15EAD4
Text Example
Text Example
White with #15EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EAD4; }
p { color: rgb(21,234,212); }
H1.HeaderClassName
{
color: #15EAD4;
}
.AnyTagClassName
{
color: #15EAD4;
}
</style>
background-color css
<style>
a { background-color: #15EAD4; }
a { background-color: rgb(21,234,212); }
div.DivClassName
{
background-color: #15EAD4;
}
.BgClassName
{
background-color: #15EAD4;
}
</style>
border-color css
<style>
span { border-color: #15EAD4; }
span { border-color: rgb(21,234,212); }
td.TdClassName
{
border-color: #15EAD4;
}
.TagClassName
{
border-color: #15EAD4;
}
</style>