Shades of Bright Turquoise #1CFBDD
Tints of Bright Turquoise #1CFBDD
RGB
CMYK
RGB Variations
Color information
#1CFBDD (or 0x1CFBDD) is known color: Bright Turquoise. HEX triplet: 1C, FB and DD. RGB value is (28,251,221). Sum of RGB (Red+Green+Blue) = 28+251+221=500 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFBDD is #E30422. Grayscale: #B4B4B4. Windows color (decimal): -14877731 or 14547740. OLE color: 14547740.
HSL color Cylindrical-coordinate representation of color #1CFBDD: hue angle of 171.93º 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 #1CFBDD is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 221 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.02 |
| HSL | 171.93º | 0.97% | 0.55% | - |
| HSV(B) | 171.93º | 0.89% | 0.98% | - |
| XYZ | 48.03 | 74.46 | 80.25 | - |
| YUV | 180.9 | 150.62 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 221 | 0.89 | 0 | 0.12 | 0.02 | 171.93 | 0.97 | 0.55 |
| Hex | 1C | FB | DD | 59 | 0 | C | 2 | AC | 61 | 37 |
| Octal | 34 | 373 | 335 | 131 | 0 | 14 | 2 | 254 | 141 | 67 |
| Binary | 11100 | 11111011 | 11011101 | 1011001 | 0 | 1100 | 10 | 10101100 | 1100001 | 110111 |
Color Harmonies of #1CFBDD
Complementary color
Monochromatic Colors of #1CFBDD
Black with #1CFBDD
Text Example
Text Example
White with #1CFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFBDD; }
p { color: rgb(28,251,221); }
H1.HeaderClassName
{
color: #1CFBDD;
}
.AnyTagClassName
{
color: #1CFBDD;
}
</style>
background-color css
<style>
a { background-color: #1CFBDD; }
a { background-color: rgb(28,251,221); }
div.DivClassName
{
background-color: #1CFBDD;
}
.BgClassName
{
background-color: #1CFBDD;
}
</style>
border-color css
<style>
span { border-color: #1CFBDD; }
span { border-color: rgb(28,251,221); }
td.TdClassName
{
border-color: #1CFBDD;
}
.TagClassName
{
border-color: #1CFBDD;
}
</style>