Shades of Bright Turquoise #13F0DB
Tints of Bright Turquoise #13F0DB
RGB
CMYK
RGB Variations
Color information
#13F0DB (or 0x13F0DB) is known color: Bright Turquoise. HEX triplet: 13, F0 and DB. RGB value is (19,240,219). Sum of RGB (Red+Green+Blue) = 19+240+219=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F0DB is #EC0F24. Grayscale: #ABABAB. Windows color (decimal): -15470373 or 14413843. OLE color: 14413843.
HSL color Cylindrical-coordinate representation of color #13F0DB: hue angle of 174.3º 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 #13F0DB is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 219 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.06 |
| HSL | 174.3º | 0.88% | 0.51% | - |
| HSV(B) | 174.3º | 0.92% | 0.94% | - |
| XYZ | 44.21 | 67.57 | 77.73 | - |
| YUV | 171.53 | 154.78 | 19.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 219 | 0.92 | 0 | 0.09 | 0.06 | 174.3 | 0.88 | 0.51 |
| Hex | 13 | F0 | DB | 5C | 0 | 9 | 6 | AE | 58 | 33 |
| Octal | 23 | 360 | 333 | 134 | 0 | 11 | 6 | 256 | 130 | 63 |
| Binary | 10011 | 11110000 | 11011011 | 1011100 | 0 | 1001 | 110 | 10101110 | 1011000 | 110011 |
Color Harmonies of #13F0DB
Complementary color
Monochromatic Colors of #13F0DB
Black with #13F0DB
Text Example
Text Example
White with #13F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F0DB; }
p { color: rgb(19,240,219); }
H1.HeaderClassName
{
color: #13F0DB;
}
.AnyTagClassName
{
color: #13F0DB;
}
</style>
background-color css
<style>
a { background-color: #13F0DB; }
a { background-color: rgb(19,240,219); }
div.DivClassName
{
background-color: #13F0DB;
}
.BgClassName
{
background-color: #13F0DB;
}
</style>
border-color css
<style>
span { border-color: #13F0DB; }
span { border-color: rgb(19,240,219); }
td.TdClassName
{
border-color: #13F0DB;
}
.TagClassName
{
border-color: #13F0DB;
}
</style>