Shades of Bright Turquoise #1FFCDA
Tints of Bright Turquoise #1FFCDA
RGB
CMYK
RGB Variations
Color information
#1FFCDA (or 0x1FFCDA) is known color: Bright Turquoise. HEX triplet: 1F, FC and DA. RGB value is (31,252,218). Sum of RGB (Red+Green+Blue) = 31+252+218=501 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.19% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCDA is #E00325. Grayscale: #B5B5B5. Windows color (decimal): -14680870 or 14351391. OLE color: 14351391.
HSL color Cylindrical-coordinate representation of color #1FFCDA: hue angle of 170.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCDA is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 218 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 170.77º | 0.97% | 0.55% | - |
| HSV(B) | 170.77º | 0.88% | 0.99% | - |
| XYZ | 48.03 | 74.97 | 78.27 | - |
| YUV | 182.05 | 148.28 | 20.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 218 | 0.88 | 0 | 0.13 | 0.01 | 170.77 | 0.97 | 0.55 |
| Hex | 1F | FC | DA | 58 | 0 | D | 1 | AB | 61 | 37 |
| Octal | 37 | 374 | 332 | 130 | 0 | 15 | 1 | 253 | 141 | 67 |
| Binary | 11111 | 11111100 | 11011010 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1FFCDA
Complementary color
Monochromatic Colors of #1FFCDA
Black with #1FFCDA
Text Example
Text Example
White with #1FFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCDA; }
p { color: rgb(31,252,218); }
H1.HeaderClassName
{
color: #1FFCDA;
}
.AnyTagClassName
{
color: #1FFCDA;
}
</style>
background-color css
<style>
a { background-color: #1FFCDA; }
a { background-color: rgb(31,252,218); }
div.DivClassName
{
background-color: #1FFCDA;
}
.BgClassName
{
background-color: #1FFCDA;
}
</style>
border-color css
<style>
span { border-color: #1FFCDA; }
span { border-color: rgb(31,252,218); }
td.TdClassName
{
border-color: #1FFCDA;
}
.TagClassName
{
border-color: #1FFCDA;
}
</style>