Shades of Bright Turquoise #13F0ED
Tints of Bright Turquoise #13F0ED
RGB
CMYK
RGB Variations
Color information
#13F0ED (or 0x13F0ED) is known color: Bright Turquoise. HEX triplet: 13, F0 and ED. RGB value is (19,240,237). Sum of RGB (Red+Green+Blue) = 19+240+237=496 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.83% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F0ED is #EC0F12. Grayscale: #ADADAD. Windows color (decimal): -15470355 or 15593491. OLE color: 15593491.
HSL color Cylindrical-coordinate representation of color #13F0ED: hue angle of 179.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F0ED is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 237 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.06 |
| HSL | 179.19º | 0.88% | 0.51% | - |
| HSV(B) | 179.19º | 0.92% | 0.94% | - |
| XYZ | 46.71 | 68.57 | 90.89 | - |
| YUV | 173.58 | 163.78 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 237 | 0.92 | 0 | 0.01 | 0.06 | 179.19 | 0.88 | 0.51 |
| Hex | 13 | F0 | ED | 5C | 0 | 1 | 6 | B3 | 58 | 33 |
| Octal | 23 | 360 | 355 | 134 | 0 | 1 | 6 | 263 | 130 | 63 |
| Binary | 10011 | 11110000 | 11101101 | 1011100 | 0 | 1 | 110 | 10110011 | 1011000 | 110011 |
Color Harmonies of #13F0ED
Complementary color
Monochromatic Colors of #13F0ED
Black with #13F0ED
Text Example
Text Example
White with #13F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F0ED; }
p { color: rgb(19,240,237); }
H1.HeaderClassName
{
color: #13F0ED;
}
.AnyTagClassName
{
color: #13F0ED;
}
</style>
background-color css
<style>
a { background-color: #13F0ED; }
a { background-color: rgb(19,240,237); }
div.DivClassName
{
background-color: #13F0ED;
}
.BgClassName
{
background-color: #13F0ED;
}
</style>
border-color css
<style>
span { border-color: #13F0ED; }
span { border-color: rgb(19,240,237); }
td.TdClassName
{
border-color: #13F0ED;
}
.TagClassName
{
border-color: #13F0ED;
}
</style>