Shades of Bright Turquoise #10D3EE
Tints of Bright Turquoise #10D3EE
RGB
CMYK
RGB Variations
Color information
#10D3EE (or 0x10D3EE) is known color: Bright Turquoise. HEX triplet: 10, D3 and EE. RGB value is (16,211,238). Sum of RGB (Red+Green+Blue) = 16+211+238=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #10D3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D3EE is #EF2C11. Grayscale: #9B9B9B. Windows color (decimal): -15674386 or 15651600. OLE color: 15651600.
HSL color Cylindrical-coordinate representation of color #10D3EE: hue angle of 187.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D3EE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 211 | 238 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.07 |
| HSL | 187.3º | 0.87% | 0.5% | - |
| HSV(B) | 187.3º | 0.93% | 0.93% | - |
| XYZ | 38.94 | 52.87 | 89.04 | - |
| YUV | 155.77 | 174.4 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 211 | 238 | 0.93 | 0.11 | 0 | 0.07 | 187.3 | 0.87 | 0.5 |
| Hex | 10 | D3 | EE | 5D | B | 0 | 7 | BB | 57 | 32 |
| Octal | 20 | 323 | 356 | 135 | 13 | 0 | 7 | 273 | 127 | 62 |
| Binary | 10000 | 11010011 | 11101110 | 1011101 | 1011 | 0 | 111 | 10111011 | 1010111 | 110010 |
Color Harmonies of #10D3EE
Complementary color
Monochromatic Colors of #10D3EE
Black with #10D3EE
Text Example
Text Example
White with #10D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D3EE; }
p { color: rgb(16,211,238); }
H1.HeaderClassName
{
color: #10D3EE;
}
.AnyTagClassName
{
color: #10D3EE;
}
</style>
background-color css
<style>
a { background-color: #10D3EE; }
a { background-color: rgb(16,211,238); }
div.DivClassName
{
background-color: #10D3EE;
}
.BgClassName
{
background-color: #10D3EE;
}
</style>
border-color css
<style>
span { border-color: #10D3EE; }
span { border-color: rgb(16,211,238); }
td.TdClassName
{
border-color: #10D3EE;
}
.TagClassName
{
border-color: #10D3EE;
}
</style>