Shades of Bright Turquoise #10DFE8
Tints of Bright Turquoise #10DFE8
RGB
CMYK
RGB Variations
Color information
#10DFE8 (or 0x10DFE8) is known color: Bright Turquoise. HEX triplet: 10, DF and E8. RGB value is (16,223,232). Sum of RGB (Red+Green+Blue) = 16+223+232=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #10DFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFE8 is #EF2017. Grayscale: #A1A1A1. Windows color (decimal): -15671320 or 15261456. OLE color: 15261456.
HSL color Cylindrical-coordinate representation of color #10DFE8: hue angle of 182.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFE8 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 223 | 232 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.09 |
| HSL | 182.5º | 0.87% | 0.49% | - |
| HSV(B) | 182.5º | 0.93% | 0.91% | - |
| XYZ | 41.17 | 58.71 | 85.51 | - |
| YUV | 162.13 | 167.42 | 23.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 232 | 0.93 | 0.04 | 0 | 0.09 | 182.5 | 0.87 | 0.49 |
| Hex | 10 | DF | E8 | 5D | 4 | 0 | 9 | B6 | 57 | 31 |
| Octal | 20 | 337 | 350 | 135 | 4 | 0 | 11 | 266 | 127 | 61 |
| Binary | 10000 | 11011111 | 11101000 | 1011101 | 100 | 0 | 1001 | 10110110 | 1010111 | 110001 |
Color Harmonies of #10DFE8
Complementary color
Monochromatic Colors of #10DFE8
Black with #10DFE8
Text Example
Text Example
White with #10DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFE8; }
p { color: rgb(16,223,232); }
H1.HeaderClassName
{
color: #10DFE8;
}
.AnyTagClassName
{
color: #10DFE8;
}
</style>
background-color css
<style>
a { background-color: #10DFE8; }
a { background-color: rgb(16,223,232); }
div.DivClassName
{
background-color: #10DFE8;
}
.BgClassName
{
background-color: #10DFE8;
}
</style>
border-color css
<style>
span { border-color: #10DFE8; }
span { border-color: rgb(16,223,232); }
td.TdClassName
{
border-color: #10DFE8;
}
.TagClassName
{
border-color: #10DFE8;
}
</style>