Shades of Bright Turquoise #1FFDDA
Tints of Bright Turquoise #1FFDDA
RGB
CMYK
RGB Variations
Color information
#1FFDDA (or 0x1FFDDA) is known color: Bright Turquoise. HEX triplet: 1F, FD and DA. RGB value is (31,253,218). Sum of RGB (Red+Green+Blue) = 31+253+218=502 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.18% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDDA is #E00225. Grayscale: #B6B6B6. Windows color (decimal): -14680614 or 14351647. OLE color: 14351647.
HSL color Cylindrical-coordinate representation of color #1FFDDA: hue angle of 170.54º 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 #1FFDDA is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 218 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.01 |
| HSL | 170.54º | 0.98% | 0.56% | - |
| HSV(B) | 170.54º | 0.88% | 0.99% | - |
| XYZ | 48.35 | 75.6 | 78.37 | - |
| YUV | 182.63 | 147.95 | 19.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 218 | 0.88 | 0 | 0.14 | 0.01 | 170.54 | 0.98 | 0.56 |
| Hex | 1F | FD | DA | 58 | 0 | E | 1 | AB | 62 | 38 |
| Octal | 37 | 375 | 332 | 130 | 0 | 16 | 1 | 253 | 142 | 70 |
| Binary | 11111 | 11111101 | 11011010 | 1011000 | 0 | 1110 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #1FFDDA
Complementary color
Monochromatic Colors of #1FFDDA
Black with #1FFDDA
Text Example
Text Example
White with #1FFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDDA; }
p { color: rgb(31,253,218); }
H1.HeaderClassName
{
color: #1FFDDA;
}
.AnyTagClassName
{
color: #1FFDDA;
}
</style>
background-color css
<style>
a { background-color: #1FFDDA; }
a { background-color: rgb(31,253,218); }
div.DivClassName
{
background-color: #1FFDDA;
}
.BgClassName
{
background-color: #1FFDDA;
}
</style>
border-color css
<style>
span { border-color: #1FFDDA; }
span { border-color: rgb(31,253,218); }
td.TdClassName
{
border-color: #1FFDDA;
}
.TagClassName
{
border-color: #1FFDDA;
}
</style>