Shades of Bright Turquoise #13DBF1
Tints of Bright Turquoise #13DBF1
RGB
CMYK
RGB Variations
Color information
#13DBF1 (or 0x13DBF1) is known color: Bright Turquoise. HEX triplet: 13, DB and F1. RGB value is (19,219,241). Sum of RGB (Red+Green+Blue) = 19+219+241=479 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #13DBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBF1 is #EC240E. Grayscale: #A1A1A1. Windows color (decimal): -15475727 or 15850259. OLE color: 15850259.
HSL color Cylindrical-coordinate representation of color #13DBF1: hue angle of 185.95º degrees, saturation: 0.89, 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 #13DBF1 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 219 | 241 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.05 |
| HSL | 185.95º | 0.89% | 0.51% | - |
| HSV(B) | 185.95º | 0.92% | 0.95% | - |
| XYZ | 41.48 | 57.15 | 92.06 | - |
| YUV | 161.71 | 172.74 | 26.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 241 | 0.92 | 0.09 | 0 | 0.05 | 185.95 | 0.89 | 0.51 |
| Hex | 13 | DB | F1 | 5C | 9 | 0 | 5 | BA | 59 | 33 |
| Octal | 23 | 333 | 361 | 134 | 11 | 0 | 5 | 272 | 131 | 63 |
| Binary | 10011 | 11011011 | 11110001 | 1011100 | 1001 | 0 | 101 | 10111010 | 1011001 | 110011 |
Color Harmonies of #13DBF1
Complementary color
Monochromatic Colors of #13DBF1
Black with #13DBF1
Text Example
Text Example
White with #13DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBF1; }
p { color: rgb(19,219,241); }
H1.HeaderClassName
{
color: #13DBF1;
}
.AnyTagClassName
{
color: #13DBF1;
}
</style>
background-color css
<style>
a { background-color: #13DBF1; }
a { background-color: rgb(19,219,241); }
div.DivClassName
{
background-color: #13DBF1;
}
.BgClassName
{
background-color: #13DBF1;
}
</style>
border-color css
<style>
span { border-color: #13DBF1; }
span { border-color: rgb(19,219,241); }
td.TdClassName
{
border-color: #13DBF1;
}
.TagClassName
{
border-color: #13DBF1;
}
</style>