Shades of Bright Turquoise #10F7CC
Tints of Bright Turquoise #10F7CC
RGB
CMYK
RGB Variations
Color information
#10F7CC (or 0x10F7CC) is known color: Bright Turquoise. HEX triplet: 10, F7 and CC. RGB value is (16,247,204). Sum of RGB (Red+Green+Blue) = 16+247+204=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #10F7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F7CC is #EF0833. Grayscale: #ACACAC. Windows color (decimal): -15665204 or 13432592. OLE color: 13432592.
HSL color Cylindrical-coordinate representation of color #10F7CC: hue angle of 168.83º 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 #10F7CC is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 204 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.03 |
| HSL | 168.83º | 0.94% | 0.52% | - |
| HSV(B) | 168.83º | 0.94% | 0.97% | - |
| XYZ | 44.37 | 70.99 | 68.49 | - |
| YUV | 173.03 | 145.47 | 16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 204 | 0.94 | 0 | 0.17 | 0.03 | 168.83 | 0.94 | 0.52 |
| Hex | 10 | F7 | CC | 5E | 0 | 11 | 3 | A9 | 5E | 34 |
| Octal | 20 | 367 | 314 | 136 | 0 | 21 | 3 | 251 | 136 | 64 |
| Binary | 10000 | 11110111 | 11001100 | 1011110 | 0 | 10001 | 11 | 10101001 | 1011110 | 110100 |
Color Harmonies of #10F7CC
Complementary color
Monochromatic Colors of #10F7CC
Black with #10F7CC
Text Example
Text Example
White with #10F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F7CC; }
p { color: rgb(16,247,204); }
H1.HeaderClassName
{
color: #10F7CC;
}
.AnyTagClassName
{
color: #10F7CC;
}
</style>
background-color css
<style>
a { background-color: #10F7CC; }
a { background-color: rgb(16,247,204); }
div.DivClassName
{
background-color: #10F7CC;
}
.BgClassName
{
background-color: #10F7CC;
}
</style>
border-color css
<style>
span { border-color: #10F7CC; }
span { border-color: rgb(16,247,204); }
td.TdClassName
{
border-color: #10F7CC;
}
.TagClassName
{
border-color: #10F7CC;
}
</style>