Shades of Bright Turquoise #1FDDFD
Tints of Bright Turquoise #1FDDFD
RGB
CMYK
RGB Variations
Color information
#1FDDFD (or 0x1FDDFD) is known color: Bright Turquoise. HEX triplet: 1F, DD and FD. RGB value is (31,221,253). Sum of RGB (Red+Green+Blue) = 31+221+253=505 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.14% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FDDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDDFD is #E02202. Grayscale: #A7A7A7. Windows color (decimal): -14688771 or 16637215. OLE color: 16637215.
HSL color Cylindrical-coordinate representation of color #1FDDFD: hue angle of 188.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDDFD is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 221 | 253 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.01 |
| HSL | 188.65º | 0.98% | 0.56% | - |
| HSV(B) | 188.65º | 0.88% | 0.99% | - |
| XYZ | 44.15 | 59.1 | 102.01 | - |
| YUV | 167.84 | 176.05 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 253 | 0.88 | 0.13 | 0 | 0.01 | 188.65 | 0.98 | 0.56 |
| Hex | 1F | DD | FD | 58 | D | 0 | 1 | BD | 62 | 38 |
| Octal | 37 | 335 | 375 | 130 | 15 | 0 | 1 | 275 | 142 | 70 |
| Binary | 11111 | 11011101 | 11111101 | 1011000 | 1101 | 0 | 1 | 10111101 | 1100010 | 111000 |
Color Harmonies of #1FDDFD
Complementary color
Monochromatic Colors of #1FDDFD
Black with #1FDDFD
Text Example
Text Example
White with #1FDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDDFD; }
p { color: rgb(31,221,253); }
H1.HeaderClassName
{
color: #1FDDFD;
}
.AnyTagClassName
{
color: #1FDDFD;
}
</style>
background-color css
<style>
a { background-color: #1FDDFD; }
a { background-color: rgb(31,221,253); }
div.DivClassName
{
background-color: #1FDDFD;
}
.BgClassName
{
background-color: #1FDDFD;
}
</style>
border-color css
<style>
span { border-color: #1FDDFD; }
span { border-color: rgb(31,221,253); }
td.TdClassName
{
border-color: #1FDDFD;
}
.TagClassName
{
border-color: #1FDDFD;
}
</style>