Shades of Bright Turquoise #1FE7EE
Tints of Bright Turquoise #1FE7EE
RGB
CMYK
RGB Variations
Color information
#1FE7EE (or 0x1FE7EE) is known color: Bright Turquoise. HEX triplet: 1F, E7 and EE. RGB value is (31,231,238). Sum of RGB (Red+Green+Blue) = 31+231+238=500 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.2% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FE7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FE7EE is #E01811. Grayscale: #ABABAB. Windows color (decimal): -14686226 or 15656735. OLE color: 15656735.
HSL color Cylindrical-coordinate representation of color #1FE7EE: hue angle of 182.03º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE7EE is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 231 | 238 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.07 |
| HSL | 182.03º | 0.86% | 0.53% | - |
| HSV(B) | 182.03º | 0.87% | 0.93% | - |
| XYZ | 44.57 | 63.62 | 90.82 | - |
| YUV | 172 | 165.24 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 238 | 0.87 | 0.03 | 0 | 0.07 | 182.03 | 0.86 | 0.53 |
| Hex | 1F | E7 | EE | 57 | 3 | 0 | 7 | B6 | 56 | 35 |
| Octal | 37 | 347 | 356 | 127 | 3 | 0 | 7 | 266 | 126 | 65 |
| Binary | 11111 | 11100111 | 11101110 | 1010111 | 11 | 0 | 111 | 10110110 | 1010110 | 110101 |
Color Harmonies of #1FE7EE
Complementary color
Monochromatic Colors of #1FE7EE
Black with #1FE7EE
Text Example
Text Example
White with #1FE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE7EE; }
p { color: rgb(31,231,238); }
H1.HeaderClassName
{
color: #1FE7EE;
}
.AnyTagClassName
{
color: #1FE7EE;
}
</style>
background-color css
<style>
a { background-color: #1FE7EE; }
a { background-color: rgb(31,231,238); }
div.DivClassName
{
background-color: #1FE7EE;
}
.BgClassName
{
background-color: #1FE7EE;
}
</style>
border-color css
<style>
span { border-color: #1FE7EE; }
span { border-color: rgb(31,231,238); }
td.TdClassName
{
border-color: #1FE7EE;
}
.TagClassName
{
border-color: #1FE7EE;
}
</style>