Shades of Bright Turquoise #13DFF1
Tints of Bright Turquoise #13DFF1
RGB
CMYK
RGB Variations
Color information
#13DFF1 (or 0x13DFF1) is known color: Bright Turquoise. HEX triplet: 13, DF and F1. RGB value is (19,223,241). Sum of RGB (Red+Green+Blue) = 19+223+241=483 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #13DFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DFF1 is #EC200E. Grayscale: #A3A3A3. Windows color (decimal): -15474703 or 15851283. OLE color: 15851283.
HSL color Cylindrical-coordinate representation of color #13DFF1: hue angle of 184.86º 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 #13DFF1 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 223 | 241 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.05 |
| HSL | 184.86º | 0.89% | 0.51% | - |
| HSV(B) | 184.86º | 0.92% | 0.95% | - |
| XYZ | 42.53 | 59.26 | 92.42 | - |
| YUV | 164.06 | 171.41 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 241 | 0.92 | 0.07 | 0 | 0.05 | 184.86 | 0.89 | 0.51 |
| Hex | 13 | DF | F1 | 5C | 7 | 0 | 5 | B9 | 59 | 33 |
| Octal | 23 | 337 | 361 | 134 | 7 | 0 | 5 | 271 | 131 | 63 |
| Binary | 10011 | 11011111 | 11110001 | 1011100 | 111 | 0 | 101 | 10111001 | 1011001 | 110011 |
Color Harmonies of #13DFF1
Complementary color
Monochromatic Colors of #13DFF1
Black with #13DFF1
Text Example
Text Example
White with #13DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFF1; }
p { color: rgb(19,223,241); }
H1.HeaderClassName
{
color: #13DFF1;
}
.AnyTagClassName
{
color: #13DFF1;
}
</style>
background-color css
<style>
a { background-color: #13DFF1; }
a { background-color: rgb(19,223,241); }
div.DivClassName
{
background-color: #13DFF1;
}
.BgClassName
{
background-color: #13DFF1;
}
</style>
border-color css
<style>
span { border-color: #13DFF1; }
span { border-color: rgb(19,223,241); }
td.TdClassName
{
border-color: #13DFF1;
}
.TagClassName
{
border-color: #13DFF1;
}
</style>