Shades of Bright Turquoise #13E6CC
Tints of Bright Turquoise #13E6CC
RGB
CMYK
RGB Variations
Color information
#13E6CC (or 0x13E6CC) is known color: Bright Turquoise. HEX triplet: 13, E6 and CC. RGB value is (19,230,204). Sum of RGB (Red+Green+Blue) = 19+230+204=453 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.19% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #13E6CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13E6CC is #EC1933. Grayscale: #A3A3A3. Windows color (decimal): -15472948 or 13428243. OLE color: 13428243.
HSL color Cylindrical-coordinate representation of color #13E6CC: hue angle of 172.61º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E6CC is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 230 | 204 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.10 |
| HSL | 172.61º | 0.85% | 0.49% | - |
| HSV(B) | 172.61º | 0.92% | 0.9% | - |
| XYZ | 39.46 | 61.09 | 66.84 | - |
| YUV | 163.95 | 150.6 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 230 | 204 | 0.92 | 0 | 0.11 | 0.10 | 172.61 | 0.85 | 0.49 |
| Hex | 13 | E6 | CC | 5C | 0 | B | A | AD | 55 | 31 |
| Octal | 23 | 346 | 314 | 134 | 0 | 13 | 12 | 255 | 125 | 61 |
| Binary | 10011 | 11100110 | 11001100 | 1011100 | 0 | 1011 | 1010 | 10101101 | 1010101 | 110001 |
Color Harmonies of #13E6CC
Complementary color
Monochromatic Colors of #13E6CC
Black with #13E6CC
Text Example
Text Example
White with #13E6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E6CC; }
p { color: rgb(19,230,204); }
H1.HeaderClassName
{
color: #13E6CC;
}
.AnyTagClassName
{
color: #13E6CC;
}
</style>
background-color css
<style>
a { background-color: #13E6CC; }
a { background-color: rgb(19,230,204); }
div.DivClassName
{
background-color: #13E6CC;
}
.BgClassName
{
background-color: #13E6CC;
}
</style>
border-color css
<style>
span { border-color: #13E6CC; }
span { border-color: rgb(19,230,204); }
td.TdClassName
{
border-color: #13E6CC;
}
.TagClassName
{
border-color: #13E6CC;
}
</style>