Shades of Bright Turquoise #01F2D8
Tints of Bright Turquoise #01F2D8
RGB
CMYK
RGB Variations
Color information
#01F2D8 (or 0x01F2D8) is known color: Bright Turquoise. HEX triplet: 01, F2 and D8. RGB value is (1,242,216). Sum of RGB (Red+Green+Blue) = 1+242+216=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2D8 is #FE0D27. Grayscale: #A6A6A6. Windows color (decimal): -16649512 or 14217729. OLE color: 14217729.
HSL color Cylindrical-coordinate representation of color #01F2D8: hue angle of 173.53º 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 #01F2D8 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 216 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.05 |
| HSL | 173.53º | 0.99% | 0.48% | - |
| HSV(B) | 173.53º | 1% | 0.95% | - |
| XYZ | 44.16 | 68.47 | 75.85 | - |
| YUV | 166.98 | 155.66 | 9.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 216 | 1.00 | 0 | 0.11 | 0.05 | 173.53 | 0.99 | 0.48 |
| Hex | 1 | F2 | D8 | 64 | 0 | B | 5 | AE | 63 | 30 |
| Octal | 1 | 362 | 330 | 144 | 0 | 13 | 5 | 256 | 143 | 60 |
| Binary | 1 | 11110010 | 11011000 | 1100100 | 0 | 1011 | 101 | 10101110 | 1100011 | 110000 |
Color Harmonies of #01F2D8
Complementary color
Monochromatic Colors of #01F2D8
Black with #01F2D8
Text Example
Text Example
White with #01F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2D8; }
p { color: rgb(1,242,216); }
H1.HeaderClassName
{
color: #01F2D8;
}
.AnyTagClassName
{
color: #01F2D8;
}
</style>
background-color css
<style>
a { background-color: #01F2D8; }
a { background-color: rgb(1,242,216); }
div.DivClassName
{
background-color: #01F2D8;
}
.BgClassName
{
background-color: #01F2D8;
}
</style>
border-color css
<style>
span { border-color: #01F2D8; }
span { border-color: rgb(1,242,216); }
td.TdClassName
{
border-color: #01F2D8;
}
.TagClassName
{
border-color: #01F2D8;
}
</style>