Shades of Bright Turquoise #10FFCF
Tints of Bright Turquoise #10FFCF
RGB
CMYK
RGB Variations
Color information
#10FFCF (or 0x10FFCF) is known color: Bright Turquoise. HEX triplet: 10, FF and CF. RGB value is (16,255,207). Sum of RGB (Red+Green+Blue) = 16+255+207=478 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFCF is #EF0030. Grayscale: #B2B2B2. Windows color (decimal): -15663153 or 13631248. OLE color: 13631248.
HSL color Cylindrical-coordinate representation of color #10FFCF: hue angle of 167.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFCF is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 207 | - |
| CMYK | 0.94 | 0 | 0.19 | 0 |
| HSL | 167.95º | 1% | 0.53% | - |
| HSV(B) | 167.95º | 0.94% | 1% | - |
| XYZ | 47.24 | 76.14 | 71.24 | - |
| YUV | 178.07 | 144.32 | 12.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 207 | 0.94 | 0 | 0.19 | 0 | 167.95 | 1 | 0.53 |
| Hex | 10 | FF | CF | 5E | 0 | 13 | 0 | A8 | 64 | 35 |
| Octal | 20 | 377 | 317 | 136 | 0 | 23 | 0 | 250 | 144 | 65 |
| Binary | 10000 | 11111111 | 11001111 | 1011110 | 0 | 10011 | 0 | 10101000 | 1100100 | 110101 |
Color Harmonies of #10FFCF
Complementary color
Monochromatic Colors of #10FFCF
Black with #10FFCF
Text Example
Text Example
White with #10FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFCF; }
p { color: rgb(16,255,207); }
H1.HeaderClassName
{
color: #10FFCF;
}
.AnyTagClassName
{
color: #10FFCF;
}
</style>
background-color css
<style>
a { background-color: #10FFCF; }
a { background-color: rgb(16,255,207); }
div.DivClassName
{
background-color: #10FFCF;
}
.BgClassName
{
background-color: #10FFCF;
}
</style>
border-color css
<style>
span { border-color: #10FFCF; }
span { border-color: rgb(16,255,207); }
td.TdClassName
{
border-color: #10FFCF;
}
.TagClassName
{
border-color: #10FFCF;
}
</style>