Shades of Bright Turquoise #15E6CD
Tints of Bright Turquoise #15E6CD
RGB
CMYK
RGB Variations
Color information
#15E6CD (or 0x15E6CD) is known color: Bright Turquoise. HEX triplet: 15, E6 and CD. RGB value is (21,230,205). Sum of RGB (Red+Green+Blue) = 21+230+205=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #15E6CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E6CD is #EA1932. Grayscale: #A4A4A4. Windows color (decimal): -15341875 or 13493781. OLE color: 13493781.
HSL color Cylindrical-coordinate representation of color #15E6CD: hue angle of 172.82º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E6CD is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 230 | 205 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.10 |
| HSL | 172.82º | 0.83% | 0.49% | - |
| HSV(B) | 172.82º | 0.91% | 0.9% | - |
| XYZ | 39.63 | 61.16 | 67.47 | - |
| YUV | 164.66 | 150.76 | 25.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 230 | 205 | 0.91 | 0 | 0.11 | 0.10 | 172.82 | 0.83 | 0.49 |
| Hex | 15 | E6 | CD | 5B | 0 | B | A | AD | 53 | 31 |
| Octal | 25 | 346 | 315 | 133 | 0 | 13 | 12 | 255 | 123 | 61 |
| Binary | 10101 | 11100110 | 11001101 | 1011011 | 0 | 1011 | 1010 | 10101101 | 1010011 | 110001 |
Color Harmonies of #15E6CD
Complementary color
Monochromatic Colors of #15E6CD
Black with #15E6CD
Text Example
Text Example
White with #15E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E6CD; }
p { color: rgb(21,230,205); }
H1.HeaderClassName
{
color: #15E6CD;
}
.AnyTagClassName
{
color: #15E6CD;
}
</style>
background-color css
<style>
a { background-color: #15E6CD; }
a { background-color: rgb(21,230,205); }
div.DivClassName
{
background-color: #15E6CD;
}
.BgClassName
{
background-color: #15E6CD;
}
</style>
border-color css
<style>
span { border-color: #15E6CD; }
span { border-color: rgb(21,230,205); }
td.TdClassName
{
border-color: #15E6CD;
}
.TagClassName
{
border-color: #15E6CD;
}
</style>