Shades of Bright Turquoise #1FFCCD
Tints of Bright Turquoise #1FFCCD
RGB
CMYK
RGB Variations
Color information
#1FFCCD (or 0x1FFCCD) is known color: Bright Turquoise. HEX triplet: 1F, FC and CD. RGB value is (31,252,205). Sum of RGB (Red+Green+Blue) = 31+252+205=488 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.35% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCCD is #E00332. Grayscale: #B4B4B4. Windows color (decimal): -14680883 or 13499423. OLE color: 13499423.
HSL color Cylindrical-coordinate representation of color #1FFCCD: hue angle of 167.24º 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 #1FFCCD is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 205 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.01 |
| HSL | 167.24º | 0.97% | 0.55% | - |
| HSV(B) | 167.24º | 0.88% | 0.99% | - |
| XYZ | 46.39 | 74.32 | 69.66 | - |
| YUV | 180.56 | 141.78 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 205 | 0.88 | 0 | 0.19 | 0.01 | 167.24 | 0.97 | 0.55 |
| Hex | 1F | FC | CD | 58 | 0 | 13 | 1 | A7 | 61 | 37 |
| Octal | 37 | 374 | 315 | 130 | 0 | 23 | 1 | 247 | 141 | 67 |
| Binary | 11111 | 11111100 | 11001101 | 1011000 | 0 | 10011 | 1 | 10100111 | 1100001 | 110111 |
Color Harmonies of #1FFCCD
Complementary color
Monochromatic Colors of #1FFCCD
Black with #1FFCCD
Text Example
Text Example
White with #1FFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCCD; }
p { color: rgb(31,252,205); }
H1.HeaderClassName
{
color: #1FFCCD;
}
.AnyTagClassName
{
color: #1FFCCD;
}
</style>
background-color css
<style>
a { background-color: #1FFCCD; }
a { background-color: rgb(31,252,205); }
div.DivClassName
{
background-color: #1FFCCD;
}
.BgClassName
{
background-color: #1FFCCD;
}
</style>
border-color css
<style>
span { border-color: #1FFCCD; }
span { border-color: rgb(31,252,205); }
td.TdClassName
{
border-color: #1FFCCD;
}
.TagClassName
{
border-color: #1FFCCD;
}
</style>