Shades of Bright Turquoise #1CF2BB
Tints of Bright Turquoise #1CF2BB
RGB
CMYK
RGB Variations
Color information
#1CF2BB (or 0x1CF2BB) is known color: Bright Turquoise. HEX triplet: 1C, F2 and BB. RGB value is (28,242,187). Sum of RGB (Red+Green+Blue) = 28+242+187=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF2BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF2BB is #E30D44. Grayscale: #ABABAB. Windows color (decimal): -14880069 or 12317212. OLE color: 12317212.
HSL color Cylindrical-coordinate representation of color #1CF2BB: hue angle of 164.58º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF2BB is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 187 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.05 |
| HSL | 164.58º | 0.89% | 0.53% | - |
| HSV(B) | 164.58º | 0.88% | 0.95% | - |
| XYZ | 41.2 | 67.34 | 57.84 | - |
| YUV | 171.74 | 136.6 | 25.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 187 | 0.88 | 0 | 0.23 | 0.05 | 164.58 | 0.89 | 0.53 |
| Hex | 1C | F2 | BB | 58 | 0 | 17 | 5 | A5 | 59 | 35 |
| Octal | 34 | 362 | 273 | 130 | 0 | 27 | 5 | 245 | 131 | 65 |
| Binary | 11100 | 11110010 | 10111011 | 1011000 | 0 | 10111 | 101 | 10100101 | 1011001 | 110101 |
Color Harmonies of #1CF2BB
Complementary color
Monochromatic Colors of #1CF2BB
Black with #1CF2BB
Text Example
Text Example
White with #1CF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF2BB; }
p { color: rgb(28,242,187); }
H1.HeaderClassName
{
color: #1CF2BB;
}
.AnyTagClassName
{
color: #1CF2BB;
}
</style>
background-color css
<style>
a { background-color: #1CF2BB; }
a { background-color: rgb(28,242,187); }
div.DivClassName
{
background-color: #1CF2BB;
}
.BgClassName
{
background-color: #1CF2BB;
}
</style>
border-color css
<style>
span { border-color: #1CF2BB; }
span { border-color: rgb(28,242,187); }
td.TdClassName
{
border-color: #1CF2BB;
}
.TagClassName
{
border-color: #1CF2BB;
}
</style>