Shades of Bright Turquoise #10D8DE
Tints of Bright Turquoise #10D8DE
RGB
CMYK
RGB Variations
Color information
#10D8DE (or 0x10D8DE) is known color: Bright Turquoise. HEX triplet: 10, D8 and DE. RGB value is (16,216,222). Sum of RGB (Red+Green+Blue) = 16+216+222=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #10D8DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D8DE is #EF2721. Grayscale: #9C9C9C. Windows color (decimal): -15673122 or 14604304. OLE color: 14604304.
HSL color Cylindrical-coordinate representation of color #10D8DE: hue angle of 181.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D8DE is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 216 | 222 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.13 |
| HSL | 181.75º | 0.87% | 0.47% | - |
| HSV(B) | 181.75º | 0.93% | 0.87% | - |
| XYZ | 37.95 | 54.5 | 77.63 | - |
| YUV | 156.88 | 164.74 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 216 | 222 | 0.93 | 0.03 | 0 | 0.13 | 181.75 | 0.87 | 0.47 |
| Hex | 10 | D8 | DE | 5D | 3 | 0 | D | B6 | 57 | 2F |
| Octal | 20 | 330 | 336 | 135 | 3 | 0 | 15 | 266 | 127 | 57 |
| Binary | 10000 | 11011000 | 11011110 | 1011101 | 11 | 0 | 1101 | 10110110 | 1010111 | 101111 |
Color Harmonies of #10D8DE
Complementary color
Monochromatic Colors of #10D8DE
Black with #10D8DE
Text Example
Text Example
White with #10D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D8DE; }
p { color: rgb(16,216,222); }
H1.HeaderClassName
{
color: #10D8DE;
}
.AnyTagClassName
{
color: #10D8DE;
}
</style>
background-color css
<style>
a { background-color: #10D8DE; }
a { background-color: rgb(16,216,222); }
div.DivClassName
{
background-color: #10D8DE;
}
.BgClassName
{
background-color: #10D8DE;
}
</style>
border-color css
<style>
span { border-color: #10D8DE; }
span { border-color: rgb(16,216,222); }
td.TdClassName
{
border-color: #10D8DE;
}
.TagClassName
{
border-color: #10D8DE;
}
</style>