Shades of Turquoise #1FF7BD
Tints of Turquoise #1FF7BD
RGB
CMYK
RGB Variations
Color information
#1FF7BD (or 0x1FF7BD) is known color: Turquoise. HEX triplet: 1F, F7 and BD. RGB value is (31,247,189). Sum of RGB (Red+Green+Blue) = 31+247+189=467 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.64% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #1FF7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF7BD is #E00842. Grayscale: #AFAFAF. Windows color (decimal): -14682179 or 12449567. OLE color: 12449567.
HSL color Cylindrical-coordinate representation of color #1FF7BD: hue angle of 163.89º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF7BD is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 247 | 189 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.03 |
| HSL | 163.89º | 0.93% | 0.55% | - |
| HSV(B) | 163.89º | 0.87% | 0.97% | - |
| XYZ | 43.01 | 70.49 | 59.48 | - |
| YUV | 175.8 | 135.44 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 247 | 189 | 0.87 | 0 | 0.23 | 0.03 | 163.89 | 0.93 | 0.55 |
| Hex | 1F | F7 | BD | 57 | 0 | 17 | 3 | A4 | 5D | 37 |
| Octal | 37 | 367 | 275 | 127 | 0 | 27 | 3 | 244 | 135 | 67 |
| Binary | 11111 | 11110111 | 10111101 | 1010111 | 0 | 10111 | 11 | 10100100 | 1011101 | 110111 |
Color Harmonies of #1FF7BD
Complementary color
Monochromatic Colors of #1FF7BD
Black with #1FF7BD
Text Example
Text Example
White with #1FF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF7BD; }
p { color: rgb(31,247,189); }
H1.HeaderClassName
{
color: #1FF7BD;
}
.AnyTagClassName
{
color: #1FF7BD;
}
</style>
background-color css
<style>
a { background-color: #1FF7BD; }
a { background-color: rgb(31,247,189); }
div.DivClassName
{
background-color: #1FF7BD;
}
.BgClassName
{
background-color: #1FF7BD;
}
</style>
border-color css
<style>
span { border-color: #1FF7BD; }
span { border-color: rgb(31,247,189); }
td.TdClassName
{
border-color: #1FF7BD;
}
.TagClassName
{
border-color: #1FF7BD;
}
</style>