Shades of Bright Turquoise #1FF6CC
Tints of Bright Turquoise #1FF6CC
RGB
CMYK
RGB Variations
Color information
#1FF6CC (or 0x1FF6CC) is known color: Bright Turquoise. HEX triplet: 1F, F6 and CC. RGB value is (31,246,204). Sum of RGB (Red+Green+Blue) = 31+246+204=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #1FF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF6CC is #E00933. Grayscale: #B0B0B0. Windows color (decimal): -14682420 or 13432351. OLE color: 13432351.
HSL color Cylindrical-coordinate representation of color #1FF6CC: hue angle of 168.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF6CC is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 246 | 204 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.04 |
| HSL | 168.28º | 0.92% | 0.54% | - |
| HSV(B) | 168.28º | 0.87% | 0.96% | - |
| XYZ | 44.42 | 70.56 | 68.41 | - |
| YUV | 176.93 | 143.27 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 246 | 204 | 0.87 | 0 | 0.17 | 0.04 | 168.28 | 0.92 | 0.54 |
| Hex | 1F | F6 | CC | 57 | 0 | 11 | 4 | A8 | 5C | 36 |
| Octal | 37 | 366 | 314 | 127 | 0 | 21 | 4 | 250 | 134 | 66 |
| Binary | 11111 | 11110110 | 11001100 | 1010111 | 0 | 10001 | 100 | 10101000 | 1011100 | 110110 |
Color Harmonies of #1FF6CC
Complementary color
Monochromatic Colors of #1FF6CC
Black with #1FF6CC
Text Example
Text Example
White with #1FF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF6CC; }
p { color: rgb(31,246,204); }
H1.HeaderClassName
{
color: #1FF6CC;
}
.AnyTagClassName
{
color: #1FF6CC;
}
</style>
background-color css
<style>
a { background-color: #1FF6CC; }
a { background-color: rgb(31,246,204); }
div.DivClassName
{
background-color: #1FF6CC;
}
.BgClassName
{
background-color: #1FF6CC;
}
</style>
border-color css
<style>
span { border-color: #1FF6CC; }
span { border-color: rgb(31,246,204); }
td.TdClassName
{
border-color: #1FF6CC;
}
.TagClassName
{
border-color: #1FF6CC;
}
</style>