Shades of Bright Turquoise #01F3C8
Tints of Bright Turquoise #01F3C8
RGB
CMYK
RGB Variations
Color information
#01F3C8 (or 0x01F3C8) is known color: Bright Turquoise. HEX triplet: 01, F3 and C8. RGB value is (1,243,200). Sum of RGB (Red+Green+Blue) = 1+243+200=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #01F3C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F3C8 is #FE0C37. Grayscale: #A5A5A5. Windows color (decimal): -16649272 or 13169409. OLE color: 13169409.
HSL color Cylindrical-coordinate representation of color #01F3C8: hue angle of 169.34º 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 #01F3C8 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 200 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.05 |
| HSL | 169.34º | 0.99% | 0.48% | - |
| HSV(B) | 169.34º | 1% | 0.95% | - |
| XYZ | 42.49 | 68.28 | 65.58 | - |
| YUV | 165.74 | 147.33 | 10.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 200 | 1.00 | 0 | 0.18 | 0.05 | 169.34 | 0.99 | 0.48 |
| Hex | 1 | F3 | C8 | 64 | 0 | 12 | 5 | A9 | 63 | 30 |
| Octal | 1 | 363 | 310 | 144 | 0 | 22 | 5 | 251 | 143 | 60 |
| Binary | 1 | 11110011 | 11001000 | 1100100 | 0 | 10010 | 101 | 10101001 | 1100011 | 110000 |
Color Harmonies of #01F3C8
Complementary color
Monochromatic Colors of #01F3C8
Black with #01F3C8
Text Example
Text Example
White with #01F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F3C8; }
p { color: rgb(1,243,200); }
H1.HeaderClassName
{
color: #01F3C8;
}
.AnyTagClassName
{
color: #01F3C8;
}
</style>
background-color css
<style>
a { background-color: #01F3C8; }
a { background-color: rgb(1,243,200); }
div.DivClassName
{
background-color: #01F3C8;
}
.BgClassName
{
background-color: #01F3C8;
}
</style>
border-color css
<style>
span { border-color: #01F3C8; }
span { border-color: rgb(1,243,200); }
td.TdClassName
{
border-color: #01F3C8;
}
.TagClassName
{
border-color: #01F3C8;
}
</style>