Shades of Bright Turquoise #10DFE6
Tints of Bright Turquoise #10DFE6
RGB
CMYK
RGB Variations
Color information
#10DFE6 (or 0x10DFE6) is known color: Bright Turquoise. HEX triplet: 10, DF and E6. RGB value is (16,223,230). Sum of RGB (Red+Green+Blue) = 16+223+230=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #10DFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFE6 is #EF2019. Grayscale: #A1A1A1. Windows color (decimal): -15671322 or 15130384. OLE color: 15130384.
HSL color Cylindrical-coordinate representation of color #10DFE6: hue angle of 181.96º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFE6 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 223 | 230 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.10 |
| HSL | 181.96º | 0.87% | 0.48% | - |
| HSV(B) | 181.96º | 0.93% | 0.9% | - |
| XYZ | 40.88 | 58.6 | 84.02 | - |
| YUV | 161.91 | 166.42 | 23.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 230 | 0.93 | 0.03 | 0 | 0.10 | 181.96 | 0.87 | 0.48 |
| Hex | 10 | DF | E6 | 5D | 3 | 0 | A | B6 | 57 | 30 |
| Octal | 20 | 337 | 346 | 135 | 3 | 0 | 12 | 266 | 127 | 60 |
| Binary | 10000 | 11011111 | 11100110 | 1011101 | 11 | 0 | 1010 | 10110110 | 1010111 | 110000 |
Color Harmonies of #10DFE6
Complementary color
Monochromatic Colors of #10DFE6
Black with #10DFE6
Text Example
Text Example
White with #10DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFE6; }
p { color: rgb(16,223,230); }
H1.HeaderClassName
{
color: #10DFE6;
}
.AnyTagClassName
{
color: #10DFE6;
}
</style>
background-color css
<style>
a { background-color: #10DFE6; }
a { background-color: rgb(16,223,230); }
div.DivClassName
{
background-color: #10DFE6;
}
.BgClassName
{
background-color: #10DFE6;
}
</style>
border-color css
<style>
span { border-color: #10DFE6; }
span { border-color: rgb(16,223,230); }
td.TdClassName
{
border-color: #10DFE6;
}
.TagClassName
{
border-color: #10DFE6;
}
</style>