Shades of Bright Turquoise #1FF2CC
Tints of Bright Turquoise #1FF2CC
RGB
CMYK
RGB Variations
Color information
#1FF2CC (or 0x1FF2CC) is known color: Bright Turquoise. HEX triplet: 1F, F2 and CC. RGB value is (31,242,204). Sum of RGB (Red+Green+Blue) = 31+242+204=477 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.50% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF2CC is #E00D33. Grayscale: #AEAEAE. Windows color (decimal): -14683444 or 13431327. OLE color: 13431327.
HSL color Cylindrical-coordinate representation of color #1FF2CC: hue angle of 169.19º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF2CC is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 204 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.05 |
| HSL | 169.19º | 0.89% | 0.54% | - |
| HSV(B) | 169.19º | 0.87% | 0.95% | - |
| XYZ | 43.22 | 68.16 | 68 | - |
| YUV | 174.58 | 144.6 | 25.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 204 | 0.87 | 0 | 0.16 | 0.05 | 169.19 | 0.89 | 0.54 |
| Hex | 1F | F2 | CC | 57 | 0 | 10 | 5 | A9 | 59 | 36 |
| Octal | 37 | 362 | 314 | 127 | 0 | 20 | 5 | 251 | 131 | 66 |
| Binary | 11111 | 11110010 | 11001100 | 1010111 | 0 | 10000 | 101 | 10101001 | 1011001 | 110110 |
Color Harmonies of #1FF2CC
Complementary color
Monochromatic Colors of #1FF2CC
Black with #1FF2CC
Text Example
Text Example
White with #1FF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF2CC; }
p { color: rgb(31,242,204); }
H1.HeaderClassName
{
color: #1FF2CC;
}
.AnyTagClassName
{
color: #1FF2CC;
}
</style>
background-color css
<style>
a { background-color: #1FF2CC; }
a { background-color: rgb(31,242,204); }
div.DivClassName
{
background-color: #1FF2CC;
}
.BgClassName
{
background-color: #1FF2CC;
}
</style>
border-color css
<style>
span { border-color: #1FF2CC; }
span { border-color: rgb(31,242,204); }
td.TdClassName
{
border-color: #1FF2CC;
}
.TagClassName
{
border-color: #1FF2CC;
}
</style>