Shades of Turquoise #1FE6C4
Tints of Turquoise #1FE6C4
RGB
CMYK
RGB Variations
Color information
#1FE6C4 (or 0x1FE6C4) is known color: Turquoise. HEX triplet: 1F, E6 and C4. RGB value is (31,230,196). Sum of RGB (Red+Green+Blue) = 31+230+196=457 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.78% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE6C4 is #E0193B. Grayscale: #A6A6A6. Windows color (decimal): -14686524 or 12903967. OLE color: 12903967.
HSL color Cylindrical-coordinate representation of color #1FE6C4: hue angle of 169.75º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE6C4 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 196 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.10 |
| HSL | 169.75º | 0.8% | 0.51% | - |
| HSV(B) | 169.75º | 0.87% | 0.9% | - |
| XYZ | 38.83 | 60.87 | 61.93 | - |
| YUV | 166.62 | 144.57 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 196 | 0.87 | 0 | 0.15 | 0.10 | 169.75 | 0.8 | 0.51 |
| Hex | 1F | E6 | C4 | 57 | 0 | F | A | AA | 50 | 33 |
| Octal | 37 | 346 | 304 | 127 | 0 | 17 | 12 | 252 | 120 | 63 |
| Binary | 11111 | 11100110 | 11000100 | 1010111 | 0 | 1111 | 1010 | 10101010 | 1010000 | 110011 |
Color Harmonies of #1FE6C4
Complementary color
Monochromatic Colors of #1FE6C4
Black with #1FE6C4
Text Example
Text Example
White with #1FE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE6C4; }
p { color: rgb(31,230,196); }
H1.HeaderClassName
{
color: #1FE6C4;
}
.AnyTagClassName
{
color: #1FE6C4;
}
</style>
background-color css
<style>
a { background-color: #1FE6C4; }
a { background-color: rgb(31,230,196); }
div.DivClassName
{
background-color: #1FE6C4;
}
.BgClassName
{
background-color: #1FE6C4;
}
</style>
border-color css
<style>
span { border-color: #1FE6C4; }
span { border-color: rgb(31,230,196); }
td.TdClassName
{
border-color: #1FE6C4;
}
.TagClassName
{
border-color: #1FE6C4;
}
</style>