Shades of Bright Turquoise #13F7D4
Tints of Bright Turquoise #13F7D4
RGB
CMYK
RGB Variations
Color information
#13F7D4 (or 0x13F7D4) is known color: Bright Turquoise. HEX triplet: 13, F7 and D4. RGB value is (19,247,212). Sum of RGB (Red+Green+Blue) = 19+247+212=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #13F7D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F7D4 is #EC082B. Grayscale: #AEAEAE. Windows color (decimal): -15468588 or 13956883. OLE color: 13956883.
HSL color Cylindrical-coordinate representation of color #13F7D4: hue angle of 170.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F7D4 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 247 | 212 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.03 |
| HSL | 170.79º | 0.93% | 0.52% | - |
| HSV(B) | 170.79º | 0.92% | 0.97% | - |
| XYZ | 45.41 | 71.41 | 73.68 | - |
| YUV | 174.84 | 148.96 | 16.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 247 | 212 | 0.92 | 0 | 0.14 | 0.03 | 170.79 | 0.93 | 0.52 |
| Hex | 13 | F7 | D4 | 5C | 0 | E | 3 | AB | 5D | 34 |
| Octal | 23 | 367 | 324 | 134 | 0 | 16 | 3 | 253 | 135 | 64 |
| Binary | 10011 | 11110111 | 11010100 | 1011100 | 0 | 1110 | 11 | 10101011 | 1011101 | 110100 |
Color Harmonies of #13F7D4
Complementary color
Monochromatic Colors of #13F7D4
Black with #13F7D4
Text Example
Text Example
White with #13F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F7D4; }
p { color: rgb(19,247,212); }
H1.HeaderClassName
{
color: #13F7D4;
}
.AnyTagClassName
{
color: #13F7D4;
}
</style>
background-color css
<style>
a { background-color: #13F7D4; }
a { background-color: rgb(19,247,212); }
div.DivClassName
{
background-color: #13F7D4;
}
.BgClassName
{
background-color: #13F7D4;
}
</style>
border-color css
<style>
span { border-color: #13F7D4; }
span { border-color: rgb(19,247,212); }
td.TdClassName
{
border-color: #13F7D4;
}
.TagClassName
{
border-color: #13F7D4;
}
</style>