Shades of Bright Turquoise #13DBEF
Tints of Bright Turquoise #13DBEF
RGB
CMYK
RGB Variations
Color information
#13DBEF (or 0x13DBEF) is known color: Bright Turquoise. HEX triplet: 13, DB and EF. RGB value is (19,219,239). Sum of RGB (Red+Green+Blue) = 19+219+239=477 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.98% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #13DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBEF is #EC2410. Grayscale: #A1A1A1. Windows color (decimal): -15475729 or 15719187. OLE color: 15719187.
HSL color Cylindrical-coordinate representation of color #13DBEF: hue angle of 185.45º 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 #13DBEF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 219 | 239 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.06 |
| HSL | 185.45º | 0.87% | 0.51% | - |
| HSV(B) | 185.45º | 0.92% | 0.94% | - |
| XYZ | 41.18 | 57.03 | 90.5 | - |
| YUV | 161.48 | 171.74 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 239 | 0.92 | 0.08 | 0 | 0.06 | 185.45 | 0.87 | 0.51 |
| Hex | 13 | DB | EF | 5C | 8 | 0 | 6 | B9 | 57 | 33 |
| Octal | 23 | 333 | 357 | 134 | 10 | 0 | 6 | 271 | 127 | 63 |
| Binary | 10011 | 11011011 | 11101111 | 1011100 | 1000 | 0 | 110 | 10111001 | 1010111 | 110011 |
Color Harmonies of #13DBEF
Complementary color
Monochromatic Colors of #13DBEF
Black with #13DBEF
Text Example
Text Example
White with #13DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBEF; }
p { color: rgb(19,219,239); }
H1.HeaderClassName
{
color: #13DBEF;
}
.AnyTagClassName
{
color: #13DBEF;
}
</style>
background-color css
<style>
a { background-color: #13DBEF; }
a { background-color: rgb(19,219,239); }
div.DivClassName
{
background-color: #13DBEF;
}
.BgClassName
{
background-color: #13DBEF;
}
</style>
border-color css
<style>
span { border-color: #13DBEF; }
span { border-color: rgb(19,219,239); }
td.TdClassName
{
border-color: #13DBEF;
}
.TagClassName
{
border-color: #13DBEF;
}
</style>