Shades of Bright Turquoise #10F3DC
Tints of Bright Turquoise #10F3DC
RGB
CMYK
RGB Variations
Color information
#10F3DC (or 0x10F3DC) is known color: Bright Turquoise. HEX triplet: 10, F3 and DC. RGB value is (16,243,220). Sum of RGB (Red+Green+Blue) = 16+243+220=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #10F3DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F3DC is #EF0C23. Grayscale: #ACACAC. Windows color (decimal): -15666212 or 14480144. OLE color: 14480144.
HSL color Cylindrical-coordinate representation of color #10F3DC: hue angle of 173.92º 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 #10F3DC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 220 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.05 |
| HSL | 173.92º | 0.9% | 0.51% | - |
| HSV(B) | 173.92º | 0.93% | 0.95% | - |
| XYZ | 45.18 | 69.38 | 78.72 | - |
| YUV | 172.51 | 154.79 | 16.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 220 | 0.93 | 0 | 0.09 | 0.05 | 173.92 | 0.9 | 0.51 |
| Hex | 10 | F3 | DC | 5D | 0 | 9 | 5 | AE | 5A | 33 |
| Octal | 20 | 363 | 334 | 135 | 0 | 11 | 5 | 256 | 132 | 63 |
| Binary | 10000 | 11110011 | 11011100 | 1011101 | 0 | 1001 | 101 | 10101110 | 1011010 | 110011 |
Color Harmonies of #10F3DC
Complementary color
Monochromatic Colors of #10F3DC
Black with #10F3DC
Text Example
Text Example
White with #10F3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F3DC; }
p { color: rgb(16,243,220); }
H1.HeaderClassName
{
color: #10F3DC;
}
.AnyTagClassName
{
color: #10F3DC;
}
</style>
background-color css
<style>
a { background-color: #10F3DC; }
a { background-color: rgb(16,243,220); }
div.DivClassName
{
background-color: #10F3DC;
}
.BgClassName
{
background-color: #10F3DC;
}
</style>
border-color css
<style>
span { border-color: #10F3DC; }
span { border-color: rgb(16,243,220); }
td.TdClassName
{
border-color: #10F3DC;
}
.TagClassName
{
border-color: #10F3DC;
}
</style>