Shades of Bright Turquoise #1FE3D4
Tints of Bright Turquoise #1FE3D4
RGB
CMYK
RGB Variations
Color information
#1FE3D4 (or 0x1FE3D4) is known color: Bright Turquoise. HEX triplet: 1F, E3 and D4. RGB value is (31,227,212). Sum of RGB (Red+Green+Blue) = 31+227+212=470 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.60% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE3D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE3D4 is #E01C2B. Grayscale: #A6A6A6. Windows color (decimal): -14687276 or 13951775. OLE color: 13951775.
HSL color Cylindrical-coordinate representation of color #1FE3D4: hue angle of 175.41º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE3D4 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 212 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.11 |
| HSL | 175.41º | 0.78% | 0.51% | - |
| HSV(B) | 175.41º | 0.86% | 0.89% | - |
| XYZ | 39.92 | 59.98 | 71.76 | - |
| YUV | 166.69 | 153.57 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 212 | 0.86 | 0 | 0.07 | 0.11 | 175.41 | 0.78 | 0.51 |
| Hex | 1F | E3 | D4 | 56 | 0 | 7 | B | AF | 4E | 33 |
| Octal | 37 | 343 | 324 | 126 | 0 | 7 | 13 | 257 | 116 | 63 |
| Binary | 11111 | 11100011 | 11010100 | 1010110 | 0 | 111 | 1011 | 10101111 | 1001110 | 110011 |
Color Harmonies of #1FE3D4
Complementary color
Monochromatic Colors of #1FE3D4
Black with #1FE3D4
Text Example
Text Example
White with #1FE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE3D4; }
p { color: rgb(31,227,212); }
H1.HeaderClassName
{
color: #1FE3D4;
}
.AnyTagClassName
{
color: #1FE3D4;
}
</style>
background-color css
<style>
a { background-color: #1FE3D4; }
a { background-color: rgb(31,227,212); }
div.DivClassName
{
background-color: #1FE3D4;
}
.BgClassName
{
background-color: #1FE3D4;
}
</style>
border-color css
<style>
span { border-color: #1FE3D4; }
span { border-color: rgb(31,227,212); }
td.TdClassName
{
border-color: #1FE3D4;
}
.TagClassName
{
border-color: #1FE3D4;
}
</style>