Shades of Bright Turquoise #13F2D4
Tints of Bright Turquoise #13F2D4
RGB
CMYK
RGB Variations
Color information
#13F2D4 (or 0x13F2D4) is known color: Bright Turquoise. HEX triplet: 13, F2 and D4. RGB value is (19,242,212). Sum of RGB (Red+Green+Blue) = 19+242+212=473 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.02% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2D4 is #EC0D2B. Grayscale: #ABABAB. Windows color (decimal): -15469868 or 13955603. OLE color: 13955603.
HSL color Cylindrical-coordinate representation of color #13F2D4: hue angle of 171.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F2D4 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 212 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.05 |
| HSL | 171.93º | 0.9% | 0.51% | - |
| HSV(B) | 171.93º | 0.92% | 0.95% | - |
| XYZ | 43.9 | 68.4 | 73.18 | - |
| YUV | 171.9 | 150.62 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 212 | 0.92 | 0 | 0.12 | 0.05 | 171.93 | 0.9 | 0.51 |
| Hex | 13 | F2 | D4 | 5C | 0 | C | 5 | AC | 5A | 33 |
| Octal | 23 | 362 | 324 | 134 | 0 | 14 | 5 | 254 | 132 | 63 |
| Binary | 10011 | 11110010 | 11010100 | 1011100 | 0 | 1100 | 101 | 10101100 | 1011010 | 110011 |
Color Harmonies of #13F2D4
Complementary color
Monochromatic Colors of #13F2D4
Black with #13F2D4
Text Example
Text Example
White with #13F2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2D4; }
p { color: rgb(19,242,212); }
H1.HeaderClassName
{
color: #13F2D4;
}
.AnyTagClassName
{
color: #13F2D4;
}
</style>
background-color css
<style>
a { background-color: #13F2D4; }
a { background-color: rgb(19,242,212); }
div.DivClassName
{
background-color: #13F2D4;
}
.BgClassName
{
background-color: #13F2D4;
}
</style>
border-color css
<style>
span { border-color: #13F2D4; }
span { border-color: rgb(19,242,212); }
td.TdClassName
{
border-color: #13F2D4;
}
.TagClassName
{
border-color: #13F2D4;
}
</style>