Shades of Bright Turquoise #13F2ED
Tints of Bright Turquoise #13F2ED
RGB
CMYK
RGB Variations
Color information
#13F2ED (or 0x13F2ED) is known color: Bright Turquoise. HEX triplet: 13, F2 and ED. RGB value is (19,242,237). Sum of RGB (Red+Green+Blue) = 19+242+237=498 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F2ED is #EC0D12. Grayscale: #AEAEAE. Windows color (decimal): -15469843 or 15594003. OLE color: 15594003.
HSL color Cylindrical-coordinate representation of color #13F2ED: hue angle of 178.65º 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 #13F2ED is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 237 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.05 |
| HSL | 178.65º | 0.9% | 0.51% | - |
| HSV(B) | 178.65º | 0.92% | 0.95% | - |
| XYZ | 47.31 | 69.76 | 91.09 | - |
| YUV | 174.75 | 163.12 | 16.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 237 | 0.92 | 0 | 0.02 | 0.05 | 178.65 | 0.9 | 0.51 |
| Hex | 13 | F2 | ED | 5C | 0 | 2 | 5 | B3 | 5A | 33 |
| Octal | 23 | 362 | 355 | 134 | 0 | 2 | 5 | 263 | 132 | 63 |
| Binary | 10011 | 11110010 | 11101101 | 1011100 | 0 | 10 | 101 | 10110011 | 1011010 | 110011 |
Color Harmonies of #13F2ED
Complementary color
Monochromatic Colors of #13F2ED
Black with #13F2ED
Text Example
Text Example
White with #13F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2ED; }
p { color: rgb(19,242,237); }
H1.HeaderClassName
{
color: #13F2ED;
}
.AnyTagClassName
{
color: #13F2ED;
}
</style>
background-color css
<style>
a { background-color: #13F2ED; }
a { background-color: rgb(19,242,237); }
div.DivClassName
{
background-color: #13F2ED;
}
.BgClassName
{
background-color: #13F2ED;
}
</style>
border-color css
<style>
span { border-color: #13F2ED; }
span { border-color: rgb(19,242,237); }
td.TdClassName
{
border-color: #13F2ED;
}
.TagClassName
{
border-color: #13F2ED;
}
</style>