Shades of Bright Turquoise #1CFBDB
Tints of Bright Turquoise #1CFBDB
RGB
CMYK
RGB Variations
Color information
#1CFBDB (or 0x1CFBDB) is known color: Bright Turquoise. HEX triplet: 1C, FB and DB. RGB value is (28,251,219). Sum of RGB (Red+Green+Blue) = 28+251+219=498 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.62% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFBDB is #E30424. Grayscale: #B4B4B4. Windows color (decimal): -14877733 or 14416668. OLE color: 14416668.
HSL color Cylindrical-coordinate representation of color #1CFBDB: hue angle of 171.39º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFBDB is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 219 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.02 |
| HSL | 171.39º | 0.97% | 0.55% | - |
| HSV(B) | 171.39º | 0.89% | 0.98% | - |
| XYZ | 47.76 | 74.36 | 78.85 | - |
| YUV | 180.68 | 149.62 | 19.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 219 | 0.89 | 0 | 0.13 | 0.02 | 171.39 | 0.97 | 0.55 |
| Hex | 1C | FB | DB | 59 | 0 | D | 2 | AB | 61 | 37 |
| Octal | 34 | 373 | 333 | 131 | 0 | 15 | 2 | 253 | 141 | 67 |
| Binary | 11100 | 11111011 | 11011011 | 1011001 | 0 | 1101 | 10 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1CFBDB
Complementary color
Monochromatic Colors of #1CFBDB
Black with #1CFBDB
Text Example
Text Example
White with #1CFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFBDB; }
p { color: rgb(28,251,219); }
H1.HeaderClassName
{
color: #1CFBDB;
}
.AnyTagClassName
{
color: #1CFBDB;
}
</style>
background-color css
<style>
a { background-color: #1CFBDB; }
a { background-color: rgb(28,251,219); }
div.DivClassName
{
background-color: #1CFBDB;
}
.BgClassName
{
background-color: #1CFBDB;
}
</style>
border-color css
<style>
span { border-color: #1CFBDB; }
span { border-color: rgb(28,251,219); }
td.TdClassName
{
border-color: #1CFBDB;
}
.TagClassName
{
border-color: #1CFBDB;
}
</style>