Shades of Bright Turquoise #10DFE7
Tints of Bright Turquoise #10DFE7
RGB
CMYK
RGB Variations
Color information
#10DFE7 (or 0x10DFE7) is known color: Bright Turquoise. HEX triplet: 10, DF and E7. RGB value is (16,223,231). Sum of RGB (Red+Green+Blue) = 16+223+231=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #10DFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFE7 is #EF2018. Grayscale: #A1A1A1. Windows color (decimal): -15671321 or 15195920. OLE color: 15195920.
HSL color Cylindrical-coordinate representation of color #10DFE7: hue angle of 182.23º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFE7 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 223 | 231 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.09 |
| HSL | 182.23º | 0.87% | 0.48% | - |
| HSV(B) | 182.23º | 0.93% | 0.91% | - |
| XYZ | 41.03 | 58.66 | 84.76 | - |
| YUV | 162.02 | 166.92 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 231 | 0.93 | 0.03 | 0 | 0.09 | 182.23 | 0.87 | 0.48 |
| Hex | 10 | DF | E7 | 5D | 3 | 0 | 9 | B6 | 57 | 30 |
| Octal | 20 | 337 | 347 | 135 | 3 | 0 | 11 | 266 | 127 | 60 |
| Binary | 10000 | 11011111 | 11100111 | 1011101 | 11 | 0 | 1001 | 10110110 | 1010111 | 110000 |
Color Harmonies of #10DFE7
Complementary color
Monochromatic Colors of #10DFE7
Black with #10DFE7
Text Example
Text Example
White with #10DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFE7; }
p { color: rgb(16,223,231); }
H1.HeaderClassName
{
color: #10DFE7;
}
.AnyTagClassName
{
color: #10DFE7;
}
</style>
background-color css
<style>
a { background-color: #10DFE7; }
a { background-color: rgb(16,223,231); }
div.DivClassName
{
background-color: #10DFE7;
}
.BgClassName
{
background-color: #10DFE7;
}
</style>
border-color css
<style>
span { border-color: #10DFE7; }
span { border-color: rgb(16,223,231); }
td.TdClassName
{
border-color: #10DFE7;
}
.TagClassName
{
border-color: #10DFE7;
}
</style>