Shades of Bright Turquoise #1CFCDB
Tints of Bright Turquoise #1CFCDB
RGB
CMYK
RGB Variations
Color information
#1CFCDB (or 0x1CFCDB) is known color: Bright Turquoise. HEX triplet: 1C, FC and DB. RGB value is (28,252,219). Sum of RGB (Red+Green+Blue) = 28+252+219=499 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.61% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #1CFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFCDB is #E30324. Grayscale: #B5B5B5. Windows color (decimal): -14877477 or 14416924. OLE color: 14416924.
HSL color Cylindrical-coordinate representation of color #1CFCDB: hue angle of 171.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFCDB is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 252 | 219 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.01 |
| HSL | 171.16º | 0.97% | 0.55% | - |
| HSV(B) | 171.16º | 0.89% | 0.99% | - |
| XYZ | 48.08 | 74.98 | 78.96 | - |
| YUV | 181.26 | 149.29 | 18.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 252 | 219 | 0.89 | 0 | 0.13 | 0.01 | 171.16 | 0.97 | 0.55 |
| Hex | 1C | FC | DB | 59 | 0 | D | 1 | AB | 61 | 37 |
| Octal | 34 | 374 | 333 | 131 | 0 | 15 | 1 | 253 | 141 | 67 |
| Binary | 11100 | 11111100 | 11011011 | 1011001 | 0 | 1101 | 1 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1CFCDB
Complementary color
Monochromatic Colors of #1CFCDB
Black with #1CFCDB
Text Example
Text Example
White with #1CFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFCDB; }
p { color: rgb(28,252,219); }
H1.HeaderClassName
{
color: #1CFCDB;
}
.AnyTagClassName
{
color: #1CFCDB;
}
</style>
background-color css
<style>
a { background-color: #1CFCDB; }
a { background-color: rgb(28,252,219); }
div.DivClassName
{
background-color: #1CFCDB;
}
.BgClassName
{
background-color: #1CFCDB;
}
</style>
border-color css
<style>
span { border-color: #1CFCDB; }
span { border-color: rgb(28,252,219); }
td.TdClassName
{
border-color: #1CFCDB;
}
.TagClassName
{
border-color: #1CFCDB;
}
</style>