Shades of Bright Turquoise #13EFF3
Tints of Bright Turquoise #13EFF3
RGB
CMYK
RGB Variations
Color information
#13EFF3 (or 0x13EFF3) is known color: Bright Turquoise. HEX triplet: 13, EF and F3. RGB value is (19,239,243). Sum of RGB (Red+Green+Blue) = 19+239+243=501 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.79% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #13EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EFF3 is #EC100C. Grayscale: #ADADAD. Windows color (decimal): -15470605 or 15986451. OLE color: 15986451.
HSL color Cylindrical-coordinate representation of color #13EFF3: hue angle of 181.07º 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 #13EFF3 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 239 | 243 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.05 |
| HSL | 181.07º | 0.9% | 0.51% | - |
| HSV(B) | 181.07º | 0.92% | 0.95% | - |
| XYZ | 47.31 | 68.34 | 95.49 | - |
| YUV | 173.68 | 167.11 | 17.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 243 | 0.92 | 0.02 | 0 | 0.05 | 181.07 | 0.9 | 0.51 |
| Hex | 13 | EF | F3 | 5C | 2 | 0 | 5 | B5 | 5A | 33 |
| Octal | 23 | 357 | 363 | 134 | 2 | 0 | 5 | 265 | 132 | 63 |
| Binary | 10011 | 11101111 | 11110011 | 1011100 | 10 | 0 | 101 | 10110101 | 1011010 | 110011 |
Color Harmonies of #13EFF3
Complementary color
Monochromatic Colors of #13EFF3
Black with #13EFF3
Text Example
Text Example
White with #13EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFF3; }
p { color: rgb(19,239,243); }
H1.HeaderClassName
{
color: #13EFF3;
}
.AnyTagClassName
{
color: #13EFF3;
}
</style>
background-color css
<style>
a { background-color: #13EFF3; }
a { background-color: rgb(19,239,243); }
div.DivClassName
{
background-color: #13EFF3;
}
.BgClassName
{
background-color: #13EFF3;
}
</style>
border-color css
<style>
span { border-color: #13EFF3; }
span { border-color: rgb(19,239,243); }
td.TdClassName
{
border-color: #13EFF3;
}
.TagClassName
{
border-color: #13EFF3;
}
</style>