Shades of Bright Turquoise #10F1DF
Tints of Bright Turquoise #10F1DF
RGB
CMYK
RGB Variations
Color information
#10F1DF (or 0x10F1DF) is known color: Bright Turquoise. HEX triplet: 10, F1 and DF. RGB value is (16,241,223). Sum of RGB (Red+Green+Blue) = 16+241+223=480 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #10F1DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F1DF is #EF0E20. Grayscale: #ABABAB. Windows color (decimal): -15666721 or 14676240. OLE color: 14676240.
HSL color Cylindrical-coordinate representation of color #10F1DF: hue angle of 175.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F1DF is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 223 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.05 |
| HSL | 175.2º | 0.89% | 0.5% | - |
| HSV(B) | 175.2º | 0.93% | 0.95% | - |
| XYZ | 44.99 | 68.35 | 80.63 | - |
| YUV | 171.67 | 156.96 | 16.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 223 | 0.93 | 0 | 0.07 | 0.05 | 175.2 | 0.89 | 0.5 |
| Hex | 10 | F1 | DF | 5D | 0 | 7 | 5 | AF | 59 | 32 |
| Octal | 20 | 361 | 337 | 135 | 0 | 7 | 5 | 257 | 131 | 62 |
| Binary | 10000 | 11110001 | 11011111 | 1011101 | 0 | 111 | 101 | 10101111 | 1011001 | 110010 |
Color Harmonies of #10F1DF
Complementary color
Monochromatic Colors of #10F1DF
Black with #10F1DF
Text Example
Text Example
White with #10F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F1DF; }
p { color: rgb(16,241,223); }
H1.HeaderClassName
{
color: #10F1DF;
}
.AnyTagClassName
{
color: #10F1DF;
}
</style>
background-color css
<style>
a { background-color: #10F1DF; }
a { background-color: rgb(16,241,223); }
div.DivClassName
{
background-color: #10F1DF;
}
.BgClassName
{
background-color: #10F1DF;
}
</style>
border-color css
<style>
span { border-color: #10F1DF; }
span { border-color: rgb(16,241,223); }
td.TdClassName
{
border-color: #10F1DF;
}
.TagClassName
{
border-color: #10F1DF;
}
</style>