Shades of Bright Turquoise #01F2D7
Tints of Bright Turquoise #01F2D7
RGB
CMYK
RGB Variations
Color information
#01F2D7 (or 0x01F2D7) is known color: Bright Turquoise. HEX triplet: 01, F2 and D7. RGB value is (1,242,215). Sum of RGB (Red+Green+Blue) = 1+242+215=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01F2D7 is #FE0D28. Grayscale: #A6A6A6. Windows color (decimal): -16649513 or 14152193. OLE color: 14152193.
HSL color Cylindrical-coordinate representation of color #01F2D7: hue angle of 173.28º 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 #01F2D7 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 242 | 215 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.05 |
| HSL | 173.28º | 0.99% | 0.48% | - |
| HSV(B) | 173.28º | 1% | 0.95% | - |
| XYZ | 44.03 | 68.42 | 75.18 | - |
| YUV | 166.86 | 155.16 | 9.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 242 | 215 | 1.00 | 0 | 0.11 | 0.05 | 173.28 | 0.99 | 0.48 |
| Hex | 1 | F2 | D7 | 64 | 0 | B | 5 | AD | 63 | 30 |
| Octal | 1 | 362 | 327 | 144 | 0 | 13 | 5 | 255 | 143 | 60 |
| Binary | 1 | 11110010 | 11010111 | 1100100 | 0 | 1011 | 101 | 10101101 | 1100011 | 110000 |
Color Harmonies of #01F2D7
Complementary color
Monochromatic Colors of #01F2D7
Black with #01F2D7
Text Example
Text Example
White with #01F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F2D7; }
p { color: rgb(1,242,215); }
H1.HeaderClassName
{
color: #01F2D7;
}
.AnyTagClassName
{
color: #01F2D7;
}
</style>
background-color css
<style>
a { background-color: #01F2D7; }
a { background-color: rgb(1,242,215); }
div.DivClassName
{
background-color: #01F2D7;
}
.BgClassName
{
background-color: #01F2D7;
}
</style>
border-color css
<style>
span { border-color: #01F2D7; }
span { border-color: rgb(1,242,215); }
td.TdClassName
{
border-color: #01F2D7;
}
.TagClassName
{
border-color: #01F2D7;
}
</style>