Shades of Bright Turquoise #1FDEF3
Tints of Bright Turquoise #1FDEF3
RGB
CMYK
RGB Variations
Color information
#1FDEF3 (or 0x1FDEF3) is known color: Bright Turquoise. HEX triplet: 1F, DE and F3. RGB value is (31,222,243). Sum of RGB (Red+Green+Blue) = 31+222+243=496 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.25% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #1FDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDEF3 is #E0210C. Grayscale: #A7A7A7. Windows color (decimal): -14688525 or 15982111. OLE color: 15982111.
HSL color Cylindrical-coordinate representation of color #1FDEF3: hue angle of 185.94º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDEF3 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 222 | 243 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.05 |
| HSL | 185.94º | 0.9% | 0.54% | - |
| HSV(B) | 185.94º | 0.87% | 0.95% | - |
| XYZ | 42.86 | 59 | 93.92 | - |
| YUV | 167.29 | 170.72 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 243 | 0.87 | 0.09 | 0 | 0.05 | 185.94 | 0.9 | 0.54 |
| Hex | 1F | DE | F3 | 57 | 9 | 0 | 5 | BA | 5A | 36 |
| Octal | 37 | 336 | 363 | 127 | 11 | 0 | 5 | 272 | 132 | 66 |
| Binary | 11111 | 11011110 | 11110011 | 1010111 | 1001 | 0 | 101 | 10111010 | 1011010 | 110110 |
Color Harmonies of #1FDEF3
Complementary color
Monochromatic Colors of #1FDEF3
Black with #1FDEF3
Text Example
Text Example
White with #1FDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDEF3; }
p { color: rgb(31,222,243); }
H1.HeaderClassName
{
color: #1FDEF3;
}
.AnyTagClassName
{
color: #1FDEF3;
}
</style>
background-color css
<style>
a { background-color: #1FDEF3; }
a { background-color: rgb(31,222,243); }
div.DivClassName
{
background-color: #1FDEF3;
}
.BgClassName
{
background-color: #1FDEF3;
}
</style>
border-color css
<style>
span { border-color: #1FDEF3; }
span { border-color: rgb(31,222,243); }
td.TdClassName
{
border-color: #1FDEF3;
}
.TagClassName
{
border-color: #1FDEF3;
}
</style>