Shades of Bright Turquoise #10F0CC
Tints of Bright Turquoise #10F0CC
RGB
CMYK
RGB Variations
Color information
#10F0CC (or 0x10F0CC) is known color: Bright Turquoise. HEX triplet: 10, F0 and CC. RGB value is (16,240,204). Sum of RGB (Red+Green+Blue) = 16+240+204=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F0CC is #EF0F33. Grayscale: #A8A8A8. Windows color (decimal): -15666996 or 13430800. OLE color: 13430800.
HSL color Cylindrical-coordinate representation of color #10F0CC: hue angle of 170.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F0CC is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 240 | 204 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.06 |
| HSL | 170.36º | 0.88% | 0.5% | - |
| HSV(B) | 170.36º | 0.93% | 0.94% | - |
| XYZ | 42.27 | 66.79 | 67.79 | - |
| YUV | 168.92 | 147.79 | 18.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 204 | 0.93 | 0 | 0.15 | 0.06 | 170.36 | 0.88 | 0.5 |
| Hex | 10 | F0 | CC | 5D | 0 | F | 6 | AA | 58 | 32 |
| Octal | 20 | 360 | 314 | 135 | 0 | 17 | 6 | 252 | 130 | 62 |
| Binary | 10000 | 11110000 | 11001100 | 1011101 | 0 | 1111 | 110 | 10101010 | 1011000 | 110010 |
Color Harmonies of #10F0CC
Complementary color
Monochromatic Colors of #10F0CC
Black with #10F0CC
Text Example
Text Example
White with #10F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F0CC; }
p { color: rgb(16,240,204); }
H1.HeaderClassName
{
color: #10F0CC;
}
.AnyTagClassName
{
color: #10F0CC;
}
</style>
background-color css
<style>
a { background-color: #10F0CC; }
a { background-color: rgb(16,240,204); }
div.DivClassName
{
background-color: #10F0CC;
}
.BgClassName
{
background-color: #10F0CC;
}
</style>
border-color css
<style>
span { border-color: #10F0CC; }
span { border-color: rgb(16,240,204); }
td.TdClassName
{
border-color: #10F0CC;
}
.TagClassName
{
border-color: #10F0CC;
}
</style>