Shades of Bright Turquoise #13DCEF
Tints of Bright Turquoise #13DCEF
RGB
CMYK
RGB Variations
Color information
#13DCEF (or 0x13DCEF) is known color: Bright Turquoise. HEX triplet: 13, DC and EF. RGB value is (19,220,239). Sum of RGB (Red+Green+Blue) = 19+220+239=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #13DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCEF is #EC2310. Grayscale: #A1A1A1. Windows color (decimal): -15475473 or 15719443. OLE color: 15719443.
HSL color Cylindrical-coordinate representation of color #13DCEF: hue angle of 185.18º degrees, saturation: 0.87, 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 #13DCEF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 220 | 239 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.06 |
| HSL | 185.18º | 0.87% | 0.51% | - |
| HSV(B) | 185.18º | 0.92% | 0.94% | - |
| XYZ | 41.44 | 57.56 | 90.59 | - |
| YUV | 162.07 | 171.41 | 25.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 239 | 0.92 | 0.08 | 0 | 0.06 | 185.18 | 0.87 | 0.51 |
| Hex | 13 | DC | EF | 5C | 8 | 0 | 6 | B9 | 57 | 33 |
| Octal | 23 | 334 | 357 | 134 | 10 | 0 | 6 | 271 | 127 | 63 |
| Binary | 10011 | 11011100 | 11101111 | 1011100 | 1000 | 0 | 110 | 10111001 | 1010111 | 110011 |
Color Harmonies of #13DCEF
Complementary color
Monochromatic Colors of #13DCEF
Black with #13DCEF
Text Example
Text Example
White with #13DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCEF; }
p { color: rgb(19,220,239); }
H1.HeaderClassName
{
color: #13DCEF;
}
.AnyTagClassName
{
color: #13DCEF;
}
</style>
background-color css
<style>
a { background-color: #13DCEF; }
a { background-color: rgb(19,220,239); }
div.DivClassName
{
background-color: #13DCEF;
}
.BgClassName
{
background-color: #13DCEF;
}
</style>
border-color css
<style>
span { border-color: #13DCEF; }
span { border-color: rgb(19,220,239); }
td.TdClassName
{
border-color: #13DCEF;
}
.TagClassName
{
border-color: #13DCEF;
}
</style>