Shades of Bright Turquoise #1FDDFA
Tints of Bright Turquoise #1FDDFA
RGB
CMYK
RGB Variations
Color information
#1FDDFA (or 0x1FDDFA) is known color: Bright Turquoise. HEX triplet: 1F, DD and FA. RGB value is (31,221,250). Sum of RGB (Red+Green+Blue) = 31+221+250=502 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.18% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #1FDDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDDFA is #E02205. Grayscale: #A7A7A7. Windows color (decimal): -14688774 or 16440607. OLE color: 16440607.
HSL color Cylindrical-coordinate representation of color #1FDDFA: hue angle of 187.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDDFA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 221 | 250 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.02 |
| HSL | 187.95º | 0.96% | 0.55% | - |
| HSV(B) | 187.95º | 0.88% | 0.98% | - |
| XYZ | 43.68 | 58.91 | 99.51 | - |
| YUV | 167.5 | 174.55 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 250 | 0.88 | 0.12 | 0 | 0.02 | 187.95 | 0.96 | 0.55 |
| Hex | 1F | DD | FA | 58 | C | 0 | 2 | BC | 60 | 37 |
| Octal | 37 | 335 | 372 | 130 | 14 | 0 | 2 | 274 | 140 | 67 |
| Binary | 11111 | 11011101 | 11111010 | 1011000 | 1100 | 0 | 10 | 10111100 | 1100000 | 110111 |
Color Harmonies of #1FDDFA
Complementary color
Monochromatic Colors of #1FDDFA
Black with #1FDDFA
Text Example
Text Example
White with #1FDDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDFA; }
p { color: rgb(31,221,250); }
H1.HeaderClassName
{
color: #1FDDFA;
}
.AnyTagClassName
{
color: #1FDDFA;
}
</style>
background-color css
<style>
a { background-color: #1FDDFA; }
a { background-color: rgb(31,221,250); }
div.DivClassName
{
background-color: #1FDDFA;
}
.BgClassName
{
background-color: #1FDDFA;
}
</style>
border-color css
<style>
span { border-color: #1FDDFA; }
span { border-color: rgb(31,221,250); }
td.TdClassName
{
border-color: #1FDDFA;
}
.TagClassName
{
border-color: #1FDDFA;
}
</style>