Shades of Bright Turquoise #01F3C0
Tints of Bright Turquoise #01F3C0
RGB
CMYK
RGB Variations
Color information
#01F3C0 (or 0x01F3C0) is known color: Bright Turquoise. HEX triplet: 01, F3 and C0. RGB value is (1,243,192). Sum of RGB (Red+Green+Blue) = 1+243+192=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #01F3C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F3C0 is #FE0C3F. Grayscale: #A4A4A4. Windows color (decimal): -16649280 or 12645121. OLE color: 12645121.
HSL color Cylindrical-coordinate representation of color #01F3C0: hue angle of 167.36º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F3C0 is Cyan = 1.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 192 | - |
| CMYK | 1.00 | 0 | 0.21 | 0.05 |
| HSL | 167.36º | 0.99% | 0.48% | - |
| HSV(B) | 167.36º | 1% | 0.95% | - |
| XYZ | 41.58 | 67.91 | 60.79 | - |
| YUV | 164.83 | 143.33 | 11.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 192 | 1.00 | 0 | 0.21 | 0.05 | 167.36 | 0.99 | 0.48 |
| Hex | 1 | F3 | C0 | 64 | 0 | 15 | 5 | A7 | 63 | 30 |
| Octal | 1 | 363 | 300 | 144 | 0 | 25 | 5 | 247 | 143 | 60 |
| Binary | 1 | 11110011 | 11000000 | 1100100 | 0 | 10101 | 101 | 10100111 | 1100011 | 110000 |
Color Harmonies of #01F3C0
Complementary color
Monochromatic Colors of #01F3C0
Black with #01F3C0
Text Example
Text Example
White with #01F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F3C0; }
p { color: rgb(1,243,192); }
H1.HeaderClassName
{
color: #01F3C0;
}
.AnyTagClassName
{
color: #01F3C0;
}
</style>
background-color css
<style>
a { background-color: #01F3C0; }
a { background-color: rgb(1,243,192); }
div.DivClassName
{
background-color: #01F3C0;
}
.BgClassName
{
background-color: #01F3C0;
}
</style>
border-color css
<style>
span { border-color: #01F3C0; }
span { border-color: rgb(1,243,192); }
td.TdClassName
{
border-color: #01F3C0;
}
.TagClassName
{
border-color: #01F3C0;
}
</style>