Shades of Bright Turquoise #15E1CA
Tints of Bright Turquoise #15E1CA
RGB
CMYK
RGB Variations
Color information
#15E1CA (or 0x15E1CA) is known color: Bright Turquoise. HEX triplet: 15, E1 and CA. RGB value is (21,225,202). Sum of RGB (Red+Green+Blue) = 21+225+202=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #15E1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E1CA is #EA1E35. Grayscale: #A1A1A1. Windows color (decimal): -15343158 or 13295893. OLE color: 13295893.
HSL color Cylindrical-coordinate representation of color #15E1CA: hue angle of 173.24º 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 #15E1CA is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 225 | 202 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.12 |
| HSL | 173.24º | 0.83% | 0.48% | - |
| HSV(B) | 173.24º | 0.91% | 0.88% | - |
| XYZ | 37.9 | 58.27 | 65.13 | - |
| YUV | 161.38 | 150.91 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 225 | 202 | 0.91 | 0 | 0.10 | 0.12 | 173.24 | 0.83 | 0.48 |
| Hex | 15 | E1 | CA | 5B | 0 | A | C | AD | 53 | 30 |
| Octal | 25 | 341 | 312 | 133 | 0 | 12 | 14 | 255 | 123 | 60 |
| Binary | 10101 | 11100001 | 11001010 | 1011011 | 0 | 1010 | 1100 | 10101101 | 1010011 | 110000 |
Color Harmonies of #15E1CA
Complementary color
Monochromatic Colors of #15E1CA
Black with #15E1CA
Text Example
Text Example
White with #15E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E1CA; }
p { color: rgb(21,225,202); }
H1.HeaderClassName
{
color: #15E1CA;
}
.AnyTagClassName
{
color: #15E1CA;
}
</style>
background-color css
<style>
a { background-color: #15E1CA; }
a { background-color: rgb(21,225,202); }
div.DivClassName
{
background-color: #15E1CA;
}
.BgClassName
{
background-color: #15E1CA;
}
</style>
border-color css
<style>
span { border-color: #15E1CA; }
span { border-color: rgb(21,225,202); }
td.TdClassName
{
border-color: #15E1CA;
}
.TagClassName
{
border-color: #15E1CA;
}
</style>