Shades of Bright Turquoise #10DFFC
Tints of Bright Turquoise #10DFFC
RGB
CMYK
RGB Variations
Color information
#10DFFC (or 0x10DFFC) is known color: Bright Turquoise. HEX triplet: 10, DF and FC. RGB value is (16,223,252). Sum of RGB (Red+Green+Blue) = 16+223+252=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #10DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFFC is #EF2003. Grayscale: #A4A4A4. Windows color (decimal): -15671300 or 16572176. OLE color: 16572176.
HSL color Cylindrical-coordinate representation of color #10DFFC: hue angle of 187.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DFFC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 223 | 252 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.01 |
| HSL | 187.37º | 0.98% | 0.53% | - |
| HSV(B) | 187.37º | 0.94% | 0.99% | - |
| XYZ | 44.17 | 59.91 | 101.33 | - |
| YUV | 164.41 | 177.42 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 252 | 0.94 | 0.12 | 0 | 0.01 | 187.37 | 0.98 | 0.53 |
| Hex | 10 | DF | FC | 5E | C | 0 | 1 | BB | 62 | 35 |
| Octal | 20 | 337 | 374 | 136 | 14 | 0 | 1 | 273 | 142 | 65 |
| Binary | 10000 | 11011111 | 11111100 | 1011110 | 1100 | 0 | 1 | 10111011 | 1100010 | 110101 |
Color Harmonies of #10DFFC
Complementary color
Monochromatic Colors of #10DFFC
Black with #10DFFC
Text Example
Text Example
White with #10DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFFC; }
p { color: rgb(16,223,252); }
H1.HeaderClassName
{
color: #10DFFC;
}
.AnyTagClassName
{
color: #10DFFC;
}
</style>
background-color css
<style>
a { background-color: #10DFFC; }
a { background-color: rgb(16,223,252); }
div.DivClassName
{
background-color: #10DFFC;
}
.BgClassName
{
background-color: #10DFFC;
}
</style>
border-color css
<style>
span { border-color: #10DFFC; }
span { border-color: rgb(16,223,252); }
td.TdClassName
{
border-color: #10DFFC;
}
.TagClassName
{
border-color: #10DFFC;
}
</style>