Shades of Bright Turquoise #15ECD3
Tints of Bright Turquoise #15ECD3
RGB
CMYK
RGB Variations
Color information
#15ECD3 (or 0x15ECD3) is known color: Bright Turquoise. HEX triplet: 15, EC and D3. RGB value is (21,236,211). Sum of RGB (Red+Green+Blue) = 21+236+211=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECD3 is #EA132C. Grayscale: #A8A8A8. Windows color (decimal): -15340333 or 13888533. OLE color: 13888533.
HSL color Cylindrical-coordinate representation of color #15ECD3: hue angle of 173.02º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECD3 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 211 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.07 |
| HSL | 173.02º | 0.85% | 0.5% | - |
| HSV(B) | 173.02º | 0.91% | 0.93% | - |
| XYZ | 42.06 | 64.85 | 71.93 | - |
| YUV | 168.87 | 151.77 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 211 | 0.91 | 0 | 0.11 | 0.07 | 173.02 | 0.85 | 0.5 |
| Hex | 15 | EC | D3 | 5B | 0 | B | 7 | AD | 55 | 32 |
| Octal | 25 | 354 | 323 | 133 | 0 | 13 | 7 | 255 | 125 | 62 |
| Binary | 10101 | 11101100 | 11010011 | 1011011 | 0 | 1011 | 111 | 10101101 | 1010101 | 110010 |
Color Harmonies of #15ECD3
Complementary color
Monochromatic Colors of #15ECD3
Black with #15ECD3
Text Example
Text Example
White with #15ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECD3; }
p { color: rgb(21,236,211); }
H1.HeaderClassName
{
color: #15ECD3;
}
.AnyTagClassName
{
color: #15ECD3;
}
</style>
background-color css
<style>
a { background-color: #15ECD3; }
a { background-color: rgb(21,236,211); }
div.DivClassName
{
background-color: #15ECD3;
}
.BgClassName
{
background-color: #15ECD3;
}
</style>
border-color css
<style>
span { border-color: #15ECD3; }
span { border-color: rgb(21,236,211); }
td.TdClassName
{
border-color: #15ECD3;
}
.TagClassName
{
border-color: #15ECD3;
}
</style>