Shades of Bright Turquoise #10DFE1
Tints of Bright Turquoise #10DFE1
RGB
CMYK
RGB Variations
Color information
#10DFE1 (or 0x10DFE1) is known color: Bright Turquoise. HEX triplet: 10, DF and E1. RGB value is (16,223,225). Sum of RGB (Red+Green+Blue) = 16+223+225=464 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.45% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #10DFE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFE1 is #EF201E. Grayscale: #A1A1A1. Windows color (decimal): -15671327 or 14802704. OLE color: 14802704.
HSL color Cylindrical-coordinate representation of color #10DFE1: hue angle of 180.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFE1 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 223 | 225 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.12 |
| HSL | 180.57º | 0.87% | 0.47% | - |
| HSV(B) | 180.57º | 0.93% | 0.88% | - |
| XYZ | 40.19 | 58.32 | 80.37 | - |
| YUV | 161.34 | 163.92 | 24.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 225 | 0.93 | 0.01 | 0 | 0.12 | 180.57 | 0.87 | 0.47 |
| Hex | 10 | DF | E1 | 5D | 1 | 0 | C | B5 | 57 | 2F |
| Octal | 20 | 337 | 341 | 135 | 1 | 0 | 14 | 265 | 127 | 57 |
| Binary | 10000 | 11011111 | 11100001 | 1011101 | 1 | 0 | 1100 | 10110101 | 1010111 | 101111 |
Color Harmonies of #10DFE1
Complementary color
Monochromatic Colors of #10DFE1
Black with #10DFE1
Text Example
Text Example
White with #10DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFE1; }
p { color: rgb(16,223,225); }
H1.HeaderClassName
{
color: #10DFE1;
}
.AnyTagClassName
{
color: #10DFE1;
}
</style>
background-color css
<style>
a { background-color: #10DFE1; }
a { background-color: rgb(16,223,225); }
div.DivClassName
{
background-color: #10DFE1;
}
.BgClassName
{
background-color: #10DFE1;
}
</style>
border-color css
<style>
span { border-color: #10DFE1; }
span { border-color: rgb(16,223,225); }
td.TdClassName
{
border-color: #10DFE1;
}
.TagClassName
{
border-color: #10DFE1;
}
</style>