Shades of Bright Turquoise #1FDFEE
Tints of Bright Turquoise #1FDFEE
RGB
CMYK
RGB Variations
Color information
#1FDFEE (or 0x1FDFEE) is known color: Bright Turquoise. HEX triplet: 1F, DF and EE. RGB value is (31,223,238). Sum of RGB (Red+Green+Blue) = 31+223+238=492 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.30% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FDFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDFEE is #E02011. Grayscale: #A7A7A7. Windows color (decimal): -14688274 or 15654687. OLE color: 15654687.
HSL color Cylindrical-coordinate representation of color #1FDFEE: hue angle of 184.35º 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 #1FDFEE is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 223 | 238 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.07 |
| HSL | 184.35º | 0.86% | 0.53% | - |
| HSV(B) | 184.35º | 0.87% | 0.93% | - |
| XYZ | 42.39 | 59.24 | 90.09 | - |
| YUV | 167.3 | 167.89 | 30.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 238 | 0.87 | 0.06 | 0 | 0.07 | 184.35 | 0.86 | 0.53 |
| Hex | 1F | DF | EE | 57 | 6 | 0 | 7 | B8 | 56 | 35 |
| Octal | 37 | 337 | 356 | 127 | 6 | 0 | 7 | 270 | 126 | 65 |
| Binary | 11111 | 11011111 | 11101110 | 1010111 | 110 | 0 | 111 | 10111000 | 1010110 | 110101 |
Color Harmonies of #1FDFEE
Complementary color
Monochromatic Colors of #1FDFEE
Black with #1FDFEE
Text Example
Text Example
White with #1FDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFEE; }
p { color: rgb(31,223,238); }
H1.HeaderClassName
{
color: #1FDFEE;
}
.AnyTagClassName
{
color: #1FDFEE;
}
</style>
background-color css
<style>
a { background-color: #1FDFEE; }
a { background-color: rgb(31,223,238); }
div.DivClassName
{
background-color: #1FDFEE;
}
.BgClassName
{
background-color: #1FDFEE;
}
</style>
border-color css
<style>
span { border-color: #1FDFEE; }
span { border-color: rgb(31,223,238); }
td.TdClassName
{
border-color: #1FDFEE;
}
.TagClassName
{
border-color: #1FDFEE;
}
</style>