Shades of Bright Turquoise #10F7DB
Tints of Bright Turquoise #10F7DB
RGB
CMYK
RGB Variations
Color information
#10F7DB (or 0x10F7DB) is known color: Bright Turquoise. HEX triplet: 10, F7 and DB. RGB value is (16,247,219). Sum of RGB (Red+Green+Blue) = 16+247+219=482 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.32% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #10F7DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F7DB is #EF0824. Grayscale: #AEAEAE. Windows color (decimal): -15665189 or 14415632. OLE color: 14415632.
HSL color Cylindrical-coordinate representation of color #10F7DB: hue angle of 172.73º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F7DB is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 219 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.03 |
| HSL | 172.73º | 0.94% | 0.52% | - |
| HSV(B) | 172.73º | 0.94% | 0.97% | - |
| XYZ | 46.26 | 71.75 | 78.43 | - |
| YUV | 174.74 | 152.97 | 14.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 219 | 0.94 | 0 | 0.11 | 0.03 | 172.73 | 0.94 | 0.52 |
| Hex | 10 | F7 | DB | 5E | 0 | B | 3 | AD | 5E | 34 |
| Octal | 20 | 367 | 333 | 136 | 0 | 13 | 3 | 255 | 136 | 64 |
| Binary | 10000 | 11110111 | 11011011 | 1011110 | 0 | 1011 | 11 | 10101101 | 1011110 | 110100 |
Color Harmonies of #10F7DB
Complementary color
Monochromatic Colors of #10F7DB
Black with #10F7DB
Text Example
Text Example
White with #10F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F7DB; }
p { color: rgb(16,247,219); }
H1.HeaderClassName
{
color: #10F7DB;
}
.AnyTagClassName
{
color: #10F7DB;
}
</style>
background-color css
<style>
a { background-color: #10F7DB; }
a { background-color: rgb(16,247,219); }
div.DivClassName
{
background-color: #10F7DB;
}
.BgClassName
{
background-color: #10F7DB;
}
</style>
border-color css
<style>
span { border-color: #10F7DB; }
span { border-color: rgb(16,247,219); }
td.TdClassName
{
border-color: #10F7DB;
}
.TagClassName
{
border-color: #10F7DB;
}
</style>