Shades of Bright Turquoise #10F2F1
Tints of Bright Turquoise #10F2F1
RGB
CMYK
RGB Variations
Color information
#10F2F1 (or 0x10F2F1) is known color: Bright Turquoise. HEX triplet: 10, F2 and F1. RGB value is (16,242,241). Sum of RGB (Red+Green+Blue) = 16+242+241=499 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F2F1 is #EF0D0E. Grayscale: #AEAEAE. Windows color (decimal): -15666447 or 15856144. OLE color: 15856144.
HSL color Cylindrical-coordinate representation of color #10F2F1: hue angle of 179.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F2F1 is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 241 | - |
| CMYK | 0.93 | 0 | 0.00 | 0.05 |
| HSL | 179.73º | 0.9% | 0.51% | - |
| HSV(B) | 179.73º | 0.93% | 0.95% | - |
| XYZ | 47.84 | 69.97 | 94.2 | - |
| YUV | 174.31 | 165.63 | 15.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 241 | 0.93 | 0 | 0.00 | 0.05 | 179.73 | 0.9 | 0.51 |
| Hex | 10 | F2 | F1 | 5D | 0 | 0 | 5 | B4 | 5A | 33 |
| Octal | 20 | 362 | 361 | 135 | 0 | 0 | 5 | 264 | 132 | 63 |
| Binary | 10000 | 11110010 | 11110001 | 1011101 | 0 | 0 | 101 | 10110100 | 1011010 | 110011 |
Color Harmonies of #10F2F1
Complementary color
Monochromatic Colors of #10F2F1
Black with #10F2F1
Text Example
Text Example
White with #10F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F2F1; }
p { color: rgb(16,242,241); }
H1.HeaderClassName
{
color: #10F2F1;
}
.AnyTagClassName
{
color: #10F2F1;
}
</style>
background-color css
<style>
a { background-color: #10F2F1; }
a { background-color: rgb(16,242,241); }
div.DivClassName
{
background-color: #10F2F1;
}
.BgClassName
{
background-color: #10F2F1;
}
</style>
border-color css
<style>
span { border-color: #10F2F1; }
span { border-color: rgb(16,242,241); }
td.TdClassName
{
border-color: #10F2F1;
}
.TagClassName
{
border-color: #10F2F1;
}
</style>