Shades of Bright Turquoise #10DFF6
Tints of Bright Turquoise #10DFF6
RGB
CMYK
RGB Variations
Color information
#10DFF6 (or 0x10DFF6) is known color: Bright Turquoise. HEX triplet: 10, DF and F6. RGB value is (16,223,246). Sum of RGB (Red+Green+Blue) = 16+223+246=485 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.30% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #10DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFF6 is #EF2009. Grayscale: #A3A3A3. Windows color (decimal): -15671306 or 16178960. OLE color: 16178960.
HSL color Cylindrical-coordinate representation of color #10DFF6: hue angle of 186º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFF6 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 223 | 246 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.04 |
| HSL | 186º | 0.93% | 0.51% | - |
| HSV(B) | 186º | 0.93% | 0.96% | - |
| XYZ | 43.24 | 59.54 | 96.4 | - |
| YUV | 163.73 | 174.42 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 246 | 0.93 | 0.09 | 0 | 0.04 | 186 | 0.93 | 0.51 |
| Hex | 10 | DF | F6 | 5D | 9 | 0 | 4 | BA | 5D | 33 |
| Octal | 20 | 337 | 366 | 135 | 11 | 0 | 4 | 272 | 135 | 63 |
| Binary | 10000 | 11011111 | 11110110 | 1011101 | 1001 | 0 | 100 | 10111010 | 1011101 | 110011 |
Color Harmonies of #10DFF6
Complementary color
Monochromatic Colors of #10DFF6
Black with #10DFF6
Text Example
Text Example
White with #10DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFF6; }
p { color: rgb(16,223,246); }
H1.HeaderClassName
{
color: #10DFF6;
}
.AnyTagClassName
{
color: #10DFF6;
}
</style>
background-color css
<style>
a { background-color: #10DFF6; }
a { background-color: rgb(16,223,246); }
div.DivClassName
{
background-color: #10DFF6;
}
.BgClassName
{
background-color: #10DFF6;
}
</style>
border-color css
<style>
span { border-color: #10DFF6; }
span { border-color: rgb(16,223,246); }
td.TdClassName
{
border-color: #10DFF6;
}
.TagClassName
{
border-color: #10DFF6;
}
</style>