Shades of Bright Turquoise #13DBEE
Tints of Bright Turquoise #13DBEE
RGB
CMYK
RGB Variations
Color information
#13DBEE (or 0x13DBEE) is known color: Bright Turquoise. HEX triplet: 13, DB and EE. RGB value is (19,219,238). Sum of RGB (Red+Green+Blue) = 19+219+238=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #13DBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DBEE is #EC2411. Grayscale: #A1A1A1. Windows color (decimal): -15475730 or 15653651. OLE color: 15653651.
HSL color Cylindrical-coordinate representation of color #13DBEE: hue angle of 185.21º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DBEE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 219 | 238 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.07 |
| HSL | 185.21º | 0.87% | 0.5% | - |
| HSV(B) | 185.21º | 0.92% | 0.93% | - |
| XYZ | 41.03 | 56.97 | 89.72 | - |
| YUV | 161.37 | 171.24 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 219 | 238 | 0.92 | 0.08 | 0 | 0.07 | 185.21 | 0.87 | 0.5 |
| Hex | 13 | DB | EE | 5C | 8 | 0 | 7 | B9 | 57 | 32 |
| Octal | 23 | 333 | 356 | 134 | 10 | 0 | 7 | 271 | 127 | 62 |
| Binary | 10011 | 11011011 | 11101110 | 1011100 | 1000 | 0 | 111 | 10111001 | 1010111 | 110010 |
Color Harmonies of #13DBEE
Complementary color
Monochromatic Colors of #13DBEE
Black with #13DBEE
Text Example
Text Example
White with #13DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DBEE; }
p { color: rgb(19,219,238); }
H1.HeaderClassName
{
color: #13DBEE;
}
.AnyTagClassName
{
color: #13DBEE;
}
</style>
background-color css
<style>
a { background-color: #13DBEE; }
a { background-color: rgb(19,219,238); }
div.DivClassName
{
background-color: #13DBEE;
}
.BgClassName
{
background-color: #13DBEE;
}
</style>
border-color css
<style>
span { border-color: #13DBEE; }
span { border-color: rgb(19,219,238); }
td.TdClassName
{
border-color: #13DBEE;
}
.TagClassName
{
border-color: #13DBEE;
}
</style>