Shades of Bright Turquoise #13DEC7
Tints of Bright Turquoise #13DEC7
RGB
CMYK
RGB Variations
Color information
#13DEC7 (or 0x13DEC7) is known color: Bright Turquoise. HEX triplet: 13, DE and C7. RGB value is (19,222,199). Sum of RGB (Red+Green+Blue) = 19+222+199=440 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.32% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #13DEC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DEC7 is #EC2138. Grayscale: #9E9E9E. Windows color (decimal): -15475001 or 13098515. OLE color: 13098515.
HSL color Cylindrical-coordinate representation of color #13DEC7: hue angle of 173.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DEC7 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 222 | 199 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.13 |
| HSL | 173.2º | 0.84% | 0.47% | - |
| HSV(B) | 173.2º | 0.91% | 0.87% | - |
| XYZ | 36.7 | 56.5 | 63.01 | - |
| YUV | 158.68 | 150.75 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 222 | 199 | 0.91 | 0 | 0.10 | 0.13 | 173.2 | 0.84 | 0.47 |
| Hex | 13 | DE | C7 | 5B | 0 | A | D | AD | 54 | 2F |
| Octal | 23 | 336 | 307 | 133 | 0 | 12 | 15 | 255 | 124 | 57 |
| Binary | 10011 | 11011110 | 11000111 | 1011011 | 0 | 1010 | 1101 | 10101101 | 1010100 | 101111 |
Color Harmonies of #13DEC7
Complementary color
Monochromatic Colors of #13DEC7
Black with #13DEC7
Text Example
Text Example
White with #13DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DEC7; }
p { color: rgb(19,222,199); }
H1.HeaderClassName
{
color: #13DEC7;
}
.AnyTagClassName
{
color: #13DEC7;
}
</style>
background-color css
<style>
a { background-color: #13DEC7; }
a { background-color: rgb(19,222,199); }
div.DivClassName
{
background-color: #13DEC7;
}
.BgClassName
{
background-color: #13DEC7;
}
</style>
border-color css
<style>
span { border-color: #13DEC7; }
span { border-color: rgb(19,222,199); }
td.TdClassName
{
border-color: #13DEC7;
}
.TagClassName
{
border-color: #13DEC7;
}
</style>