Shades of Bright Turquoise #10F3C3
Tints of Bright Turquoise #10F3C3
RGB
CMYK
RGB Variations
Color information
#10F3C3 (or 0x10F3C3) is known color: Bright Turquoise. HEX triplet: 10, F3 and C3. RGB value is (16,243,195). Sum of RGB (Red+Green+Blue) = 16+243+195=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 243 (95.31% from 255 or 53.52% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 243 - color contains mainly: green. Hex color #10F3C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F3C3 is #EF0C3C. Grayscale: #A9A9A9. Windows color (decimal): -15666237 or 12841744. OLE color: 12841744.
HSL color Cylindrical-coordinate representation of color #10F3C3: hue angle of 167.31º 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 #10F3C3 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 195 | - |
| CMYK | 0.93 | 0 | 0.20 | 0.05 |
| HSL | 167.31º | 0.9% | 0.51% | - |
| HSV(B) | 167.31º | 0.93% | 0.95% | - |
| XYZ | 42.11 | 68.15 | 62.56 | - |
| YUV | 169.66 | 142.29 | 18.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 195 | 0.93 | 0 | 0.20 | 0.05 | 167.31 | 0.9 | 0.51 |
| Hex | 10 | F3 | C3 | 5D | 0 | 14 | 5 | A7 | 5A | 33 |
| Octal | 20 | 363 | 303 | 135 | 0 | 24 | 5 | 247 | 132 | 63 |
| Binary | 10000 | 11110011 | 11000011 | 1011101 | 0 | 10100 | 101 | 10100111 | 1011010 | 110011 |
Color Harmonies of #10F3C3
Complementary color
Monochromatic Colors of #10F3C3
Black with #10F3C3
Text Example
Text Example
White with #10F3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F3C3; }
p { color: rgb(16,243,195); }
H1.HeaderClassName
{
color: #10F3C3;
}
.AnyTagClassName
{
color: #10F3C3;
}
</style>
background-color css
<style>
a { background-color: #10F3C3; }
a { background-color: rgb(16,243,195); }
div.DivClassName
{
background-color: #10F3C3;
}
.BgClassName
{
background-color: #10F3C3;
}
</style>
border-color css
<style>
span { border-color: #10F3C3; }
span { border-color: rgb(16,243,195); }
td.TdClassName
{
border-color: #10F3C3;
}
.TagClassName
{
border-color: #10F3C3;
}
</style>