Shades of Bright Turquoise #13FFCB
Tints of Bright Turquoise #13FFCB
RGB
CMYK
RGB Variations
Color information
#13FFCB (or 0x13FFCB) is known color: Bright Turquoise. HEX triplet: 13, FF and CB. RGB value is (19,255,203). Sum of RGB (Red+Green+Blue) = 19+255+203=477 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.98% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFCB is #EC0034. Grayscale: #B2B2B2. Windows color (decimal): -15466549 or 13369107. OLE color: 13369107.
HSL color Cylindrical-coordinate representation of color #13FFCB: hue angle of 166.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFCB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 203 | - |
| CMYK | 0.93 | 0 | 0.20 | 0 |
| HSL | 166.78º | 1% | 0.54% | - |
| HSV(B) | 166.78º | 0.93% | 1% | - |
| XYZ | 46.81 | 75.97 | 68.7 | - |
| YUV | 178.51 | 141.81 | 14.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 203 | 0.93 | 0 | 0.20 | 0 | 166.78 | 1 | 0.54 |
| Hex | 13 | FF | CB | 5D | 0 | 14 | 0 | A7 | 64 | 36 |
| Octal | 23 | 377 | 313 | 135 | 0 | 24 | 0 | 247 | 144 | 66 |
| Binary | 10011 | 11111111 | 11001011 | 1011101 | 0 | 10100 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #13FFCB
Complementary color
Monochromatic Colors of #13FFCB
Black with #13FFCB
Text Example
Text Example
White with #13FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFCB; }
p { color: rgb(19,255,203); }
H1.HeaderClassName
{
color: #13FFCB;
}
.AnyTagClassName
{
color: #13FFCB;
}
</style>
background-color css
<style>
a { background-color: #13FFCB; }
a { background-color: rgb(19,255,203); }
div.DivClassName
{
background-color: #13FFCB;
}
.BgClassName
{
background-color: #13FFCB;
}
</style>
border-color css
<style>
span { border-color: #13FFCB; }
span { border-color: rgb(19,255,203); }
td.TdClassName
{
border-color: #13FFCB;
}
.TagClassName
{
border-color: #13FFCB;
}
</style>