Shades of Bright Turquoise #10DCEF
Tints of Bright Turquoise #10DCEF
RGB
CMYK
RGB Variations
Color information
#10DCEF (or 0x10DCEF) is known color: Bright Turquoise. HEX triplet: 10, DC and EF. RGB value is (16,220,239). Sum of RGB (Red+Green+Blue) = 16+220+239=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #10DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DCEF is #EF2310. Grayscale: #A0A0A0. Windows color (decimal): -15672081 or 15719440. OLE color: 15719440.
HSL color Cylindrical-coordinate representation of color #10DCEF: hue angle of 185.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCEF is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 220 | 239 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.06 |
| HSL | 185.11º | 0.87% | 0.5% | - |
| HSV(B) | 185.11º | 0.93% | 0.94% | - |
| XYZ | 41.39 | 57.53 | 90.58 | - |
| YUV | 161.17 | 171.91 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 239 | 0.93 | 0.08 | 0 | 0.06 | 185.11 | 0.87 | 0.5 |
| Hex | 10 | DC | EF | 5D | 8 | 0 | 6 | B9 | 57 | 32 |
| Octal | 20 | 334 | 357 | 135 | 10 | 0 | 6 | 271 | 127 | 62 |
| Binary | 10000 | 11011100 | 11101111 | 1011101 | 1000 | 0 | 110 | 10111001 | 1010111 | 110010 |
Color Harmonies of #10DCEF
Complementary color
Monochromatic Colors of #10DCEF
Black with #10DCEF
Text Example
Text Example
White with #10DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCEF; }
p { color: rgb(16,220,239); }
H1.HeaderClassName
{
color: #10DCEF;
}
.AnyTagClassName
{
color: #10DCEF;
}
</style>
background-color css
<style>
a { background-color: #10DCEF; }
a { background-color: rgb(16,220,239); }
div.DivClassName
{
background-color: #10DCEF;
}
.BgClassName
{
background-color: #10DCEF;
}
</style>
border-color css
<style>
span { border-color: #10DCEF; }
span { border-color: rgb(16,220,239); }
td.TdClassName
{
border-color: #10DCEF;
}
.TagClassName
{
border-color: #10DCEF;
}
</style>