Shades of Bright Turquoise #1FFCDC
Tints of Bright Turquoise #1FFCDC
RGB
CMYK
RGB Variations
Color information
#1FFCDC (or 0x1FFCDC) is known color: Bright Turquoise. HEX triplet: 1F, FC and DC. RGB value is (31,252,220). Sum of RGB (Red+Green+Blue) = 31+252+220=503 (66% of max value = 765). Red value is 31 (12.5% from 255 or 6.16% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCDC is #E00323. Grayscale: #B6B6B6. Windows color (decimal): -14680868 or 14482463. OLE color: 14482463.
HSL color Cylindrical-coordinate representation of color #1FFCDC: hue angle of 171.31º 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 #1FFCDC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 220 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.01 |
| HSL | 171.31º | 0.97% | 0.55% | - |
| HSV(B) | 171.31º | 0.88% | 0.99% | - |
| XYZ | 48.29 | 75.08 | 79.66 | - |
| YUV | 182.27 | 149.28 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 220 | 0.88 | 0 | 0.13 | 0.01 | 171.31 | 0.97 | 0.55 |
| Hex | 1F | FC | DC | 58 | 0 | D | 1 | AB | 61 | 37 |
| Octal | 37 | 374 | 334 | 130 | 0 | 15 | 1 | 253 | 141 | 67 |
| Binary | 11111 | 11111100 | 11011100 | 1011000 | 0 | 1101 | 1 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1FFCDC
Complementary color
Monochromatic Colors of #1FFCDC
Black with #1FFCDC
Text Example
Text Example
White with #1FFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCDC; }
p { color: rgb(31,252,220); }
H1.HeaderClassName
{
color: #1FFCDC;
}
.AnyTagClassName
{
color: #1FFCDC;
}
</style>
background-color css
<style>
a { background-color: #1FFCDC; }
a { background-color: rgb(31,252,220); }
div.DivClassName
{
background-color: #1FFCDC;
}
.BgClassName
{
background-color: #1FFCDC;
}
</style>
border-color css
<style>
span { border-color: #1FFCDC; }
span { border-color: rgb(31,252,220); }
td.TdClassName
{
border-color: #1FFCDC;
}
.TagClassName
{
border-color: #1FFCDC;
}
</style>