Shades of Bright Turquoise #10E6F3
Tints of Bright Turquoise #10E6F3
RGB
CMYK
RGB Variations
Color information
#10E6F3 (or 0x10E6F3) is known color: Bright Turquoise. HEX triplet: 10, E6 and F3. RGB value is (16,230,243). Sum of RGB (Red+Green+Blue) = 16+230+243=489 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #10E6F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E6F3 is #EF190C. Grayscale: #A7A7A7. Windows color (decimal): -15669517 or 15984144. OLE color: 15984144.
HSL color Cylindrical-coordinate representation of color #10E6F3: hue angle of 183.44º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E6F3 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 230 | 243 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.05 |
| HSL | 183.44º | 0.9% | 0.51% | - |
| HSV(B) | 183.44º | 0.93% | 0.95% | - |
| XYZ | 44.69 | 63.17 | 94.63 | - |
| YUV | 167.5 | 170.6 | 19.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 243 | 0.93 | 0.05 | 0 | 0.05 | 183.44 | 0.9 | 0.51 |
| Hex | 10 | E6 | F3 | 5D | 5 | 0 | 5 | B7 | 5A | 33 |
| Octal | 20 | 346 | 363 | 135 | 5 | 0 | 5 | 267 | 132 | 63 |
| Binary | 10000 | 11100110 | 11110011 | 1011101 | 101 | 0 | 101 | 10110111 | 1011010 | 110011 |
Color Harmonies of #10E6F3
Complementary color
Monochromatic Colors of #10E6F3
Black with #10E6F3
Text Example
Text Example
White with #10E6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E6F3; }
p { color: rgb(16,230,243); }
H1.HeaderClassName
{
color: #10E6F3;
}
.AnyTagClassName
{
color: #10E6F3;
}
</style>
background-color css
<style>
a { background-color: #10E6F3; }
a { background-color: rgb(16,230,243); }
div.DivClassName
{
background-color: #10E6F3;
}
.BgClassName
{
background-color: #10E6F3;
}
</style>
border-color css
<style>
span { border-color: #10E6F3; }
span { border-color: rgb(16,230,243); }
td.TdClassName
{
border-color: #10E6F3;
}
.TagClassName
{
border-color: #10E6F3;
}
</style>