Shades of Bright Turquoise #1FF1DF
Tints of Bright Turquoise #1FF1DF
RGB
CMYK
RGB Variations
Color information
#1FF1DF (or 0x1FF1DF) is known color: Bright Turquoise. HEX triplet: 1F, F1 and DF. RGB value is (31,241,223). Sum of RGB (Red+Green+Blue) = 31+241+223=495 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.26% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF1DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF1DF is #E00E20. Grayscale: #B0B0B0. Windows color (decimal): -14683681 or 14676255. OLE color: 14676255.
HSL color Cylindrical-coordinate representation of color #1FF1DF: hue angle of 174.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF1DF is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 223 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.05 |
| HSL | 174.86º | 0.88% | 0.53% | - |
| HSV(B) | 174.86º | 0.87% | 0.95% | - |
| XYZ | 45.34 | 68.53 | 80.65 | - |
| YUV | 176.16 | 154.43 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 223 | 0.87 | 0 | 0.07 | 0.05 | 174.86 | 0.88 | 0.53 |
| Hex | 1F | F1 | DF | 57 | 0 | 7 | 5 | AF | 58 | 35 |
| Octal | 37 | 361 | 337 | 127 | 0 | 7 | 5 | 257 | 130 | 65 |
| Binary | 11111 | 11110001 | 11011111 | 1010111 | 0 | 111 | 101 | 10101111 | 1011000 | 110101 |
Color Harmonies of #1FF1DF
Complementary color
Monochromatic Colors of #1FF1DF
Black with #1FF1DF
Text Example
Text Example
White with #1FF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF1DF; }
p { color: rgb(31,241,223); }
H1.HeaderClassName
{
color: #1FF1DF;
}
.AnyTagClassName
{
color: #1FF1DF;
}
</style>
background-color css
<style>
a { background-color: #1FF1DF; }
a { background-color: rgb(31,241,223); }
div.DivClassName
{
background-color: #1FF1DF;
}
.BgClassName
{
background-color: #1FF1DF;
}
</style>
border-color css
<style>
span { border-color: #1FF1DF; }
span { border-color: rgb(31,241,223); }
td.TdClassName
{
border-color: #1FF1DF;
}
.TagClassName
{
border-color: #1FF1DF;
}
</style>