Shades of Bright Turquoise #10D6F2
Tints of Bright Turquoise #10D6F2
RGB
CMYK
RGB Variations
Color information
#10D6F2 (or 0x10D6F2) is known color: Bright Turquoise. HEX triplet: 10, D6 and F2. RGB value is (16,214,242). Sum of RGB (Red+Green+Blue) = 16+214+242=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #10D6F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D6F2 is #EF290D. Grayscale: #9D9D9D. Windows color (decimal): -15673614 or 15914512. OLE color: 15914512.
HSL color Cylindrical-coordinate representation of color #10D6F2: hue angle of 187.43º 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 #10D6F2 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 214 | 242 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.05 |
| HSL | 187.43º | 0.9% | 0.51% | - |
| HSV(B) | 187.43º | 0.93% | 0.95% | - |
| XYZ | 40.29 | 54.61 | 92.42 | - |
| YUV | 157.99 | 175.4 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 242 | 0.93 | 0.12 | 0 | 0.05 | 187.43 | 0.9 | 0.51 |
| Hex | 10 | D6 | F2 | 5D | C | 0 | 5 | BB | 5A | 33 |
| Octal | 20 | 326 | 362 | 135 | 14 | 0 | 5 | 273 | 132 | 63 |
| Binary | 10000 | 11010110 | 11110010 | 1011101 | 1100 | 0 | 101 | 10111011 | 1011010 | 110011 |
Color Harmonies of #10D6F2
Complementary color
Monochromatic Colors of #10D6F2
Black with #10D6F2
Text Example
Text Example
White with #10D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D6F2; }
p { color: rgb(16,214,242); }
H1.HeaderClassName
{
color: #10D6F2;
}
.AnyTagClassName
{
color: #10D6F2;
}
</style>
background-color css
<style>
a { background-color: #10D6F2; }
a { background-color: rgb(16,214,242); }
div.DivClassName
{
background-color: #10D6F2;
}
.BgClassName
{
background-color: #10D6F2;
}
</style>
border-color css
<style>
span { border-color: #10D6F2; }
span { border-color: rgb(16,214,242); }
td.TdClassName
{
border-color: #10D6F2;
}
.TagClassName
{
border-color: #10D6F2;
}
</style>