Shades of Bright Turquoise #13DFCB
Tints of Bright Turquoise #13DFCB
RGB
CMYK
RGB Variations
Color information
#13DFCB (or 0x13DFCB) is known color: Bright Turquoise. HEX triplet: 13, DF and CB. RGB value is (19,223,203). Sum of RGB (Red+Green+Blue) = 19+223+203=445 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.27% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFCB is #EC2034. Grayscale: #9F9F9F. Windows color (decimal): -15474741 or 13360915. OLE color: 13360915.
HSL color Cylindrical-coordinate representation of color #13DFCB: hue angle of 174.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DFCB is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 203 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.13 |
| HSL | 174.12º | 0.84% | 0.47% | - |
| HSV(B) | 174.12º | 0.91% | 0.87% | - |
| XYZ | 37.44 | 57.23 | 65.57 | - |
| YUV | 159.72 | 152.41 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 203 | 0.91 | 0 | 0.09 | 0.13 | 174.12 | 0.84 | 0.47 |
| Hex | 13 | DF | CB | 5B | 0 | 9 | D | AE | 54 | 2F |
| Octal | 23 | 337 | 313 | 133 | 0 | 11 | 15 | 256 | 124 | 57 |
| Binary | 10011 | 11011111 | 11001011 | 1011011 | 0 | 1001 | 1101 | 10101110 | 1010100 | 101111 |
Color Harmonies of #13DFCB
Complementary color
Monochromatic Colors of #13DFCB
Black with #13DFCB
Text Example
Text Example
White with #13DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFCB; }
p { color: rgb(19,223,203); }
H1.HeaderClassName
{
color: #13DFCB;
}
.AnyTagClassName
{
color: #13DFCB;
}
</style>
background-color css
<style>
a { background-color: #13DFCB; }
a { background-color: rgb(19,223,203); }
div.DivClassName
{
background-color: #13DFCB;
}
.BgClassName
{
background-color: #13DFCB;
}
</style>
border-color css
<style>
span { border-color: #13DFCB; }
span { border-color: rgb(19,223,203); }
td.TdClassName
{
border-color: #13DFCB;
}
.TagClassName
{
border-color: #13DFCB;
}
</style>