Shades of Bright Turquoise #10EDF3
Tints of Bright Turquoise #10EDF3
RGB
CMYK
RGB Variations
Color information
#10EDF3 (or 0x10EDF3) is known color: Bright Turquoise. HEX triplet: 10, ED and F3. RGB value is (16,237,243). Sum of RGB (Red+Green+Blue) = 16+237+243=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #10EDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EDF3 is #EF120C. Grayscale: #ABABAB. Windows color (decimal): -15667725 or 15985936. OLE color: 15985936.
HSL color Cylindrical-coordinate representation of color #10EDF3: hue angle of 181.59º 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 #10EDF3 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 237 | 243 | - |
| CMYK | 0.93 | 0.02 | 0 | 0.05 |
| HSL | 181.59º | 0.9% | 0.51% | - |
| HSV(B) | 181.59º | 0.93% | 0.95% | - |
| XYZ | 46.68 | 67.15 | 95.3 | - |
| YUV | 171.61 | 168.28 | 17.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 243 | 0.93 | 0.02 | 0 | 0.05 | 181.59 | 0.9 | 0.51 |
| Hex | 10 | ED | F3 | 5D | 2 | 0 | 5 | B6 | 5A | 33 |
| Octal | 20 | 355 | 363 | 135 | 2 | 0 | 5 | 266 | 132 | 63 |
| Binary | 10000 | 11101101 | 11110011 | 1011101 | 10 | 0 | 101 | 10110110 | 1011010 | 110011 |
Color Harmonies of #10EDF3
Complementary color
Monochromatic Colors of #10EDF3
Black with #10EDF3
Text Example
Text Example
White with #10EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDF3; }
p { color: rgb(16,237,243); }
H1.HeaderClassName
{
color: #10EDF3;
}
.AnyTagClassName
{
color: #10EDF3;
}
</style>
background-color css
<style>
a { background-color: #10EDF3; }
a { background-color: rgb(16,237,243); }
div.DivClassName
{
background-color: #10EDF3;
}
.BgClassName
{
background-color: #10EDF3;
}
</style>
border-color css
<style>
span { border-color: #10EDF3; }
span { border-color: rgb(16,237,243); }
td.TdClassName
{
border-color: #10EDF3;
}
.TagClassName
{
border-color: #10EDF3;
}
</style>