Shades of Bright Turquoise #15E3CA
Tints of Bright Turquoise #15E3CA
RGB
CMYK
RGB Variations
Color information
#15E3CA (or 0x15E3CA) is known color: Bright Turquoise. HEX triplet: 15, E3 and CA. RGB value is (21,227,202). Sum of RGB (Red+Green+Blue) = 21+227+202=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #15E3CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E3CA is #EA1C35. Grayscale: #A2A2A2. Windows color (decimal): -15342646 or 13296405. OLE color: 13296405.
HSL color Cylindrical-coordinate representation of color #15E3CA: hue angle of 172.72º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E3CA is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 227 | 202 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.11 |
| HSL | 172.72º | 0.83% | 0.49% | - |
| HSV(B) | 172.72º | 0.91% | 0.89% | - |
| XYZ | 38.44 | 59.36 | 65.31 | - |
| YUV | 162.56 | 150.25 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 227 | 202 | 0.91 | 0 | 0.11 | 0.11 | 172.72 | 0.83 | 0.49 |
| Hex | 15 | E3 | CA | 5B | 0 | B | B | AD | 53 | 31 |
| Octal | 25 | 343 | 312 | 133 | 0 | 13 | 13 | 255 | 123 | 61 |
| Binary | 10101 | 11100011 | 11001010 | 1011011 | 0 | 1011 | 1011 | 10101101 | 1010011 | 110001 |
Color Harmonies of #15E3CA
Complementary color
Monochromatic Colors of #15E3CA
Black with #15E3CA
Text Example
Text Example
White with #15E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E3CA; }
p { color: rgb(21,227,202); }
H1.HeaderClassName
{
color: #15E3CA;
}
.AnyTagClassName
{
color: #15E3CA;
}
</style>
background-color css
<style>
a { background-color: #15E3CA; }
a { background-color: rgb(21,227,202); }
div.DivClassName
{
background-color: #15E3CA;
}
.BgClassName
{
background-color: #15E3CA;
}
</style>
border-color css
<style>
span { border-color: #15E3CA; }
span { border-color: rgb(21,227,202); }
td.TdClassName
{
border-color: #15E3CA;
}
.TagClassName
{
border-color: #15E3CA;
}
</style>