Shades of Bright Turquoise #1CF0BD
Tints of Bright Turquoise #1CF0BD
RGB
CMYK
RGB Variations
Color information
#1CF0BD (or 0x1CF0BD) is known color: Bright Turquoise. HEX triplet: 1C, F0 and BD. RGB value is (28,240,189). Sum of RGB (Red+Green+Blue) = 28+240+189=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF0BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CF0BD is #E30F42. Grayscale: #AAAAAA. Windows color (decimal): -14880579 or 12447772. OLE color: 12447772.
HSL color Cylindrical-coordinate representation of color #1CF0BD: hue angle of 165.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF0BD is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 189 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.06 |
| HSL | 165.57º | 0.88% | 0.53% | - |
| HSV(B) | 165.57º | 0.88% | 0.94% | - |
| XYZ | 40.82 | 66.24 | 58.78 | - |
| YUV | 170.8 | 138.26 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 189 | 0.88 | 0 | 0.21 | 0.06 | 165.57 | 0.88 | 0.53 |
| Hex | 1C | F0 | BD | 58 | 0 | 15 | 6 | A6 | 58 | 35 |
| Octal | 34 | 360 | 275 | 130 | 0 | 25 | 6 | 246 | 130 | 65 |
| Binary | 11100 | 11110000 | 10111101 | 1011000 | 0 | 10101 | 110 | 10100110 | 1011000 | 110101 |
Color Harmonies of #1CF0BD
Complementary color
Monochromatic Colors of #1CF0BD
Black with #1CF0BD
Text Example
Text Example
White with #1CF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF0BD; }
p { color: rgb(28,240,189); }
H1.HeaderClassName
{
color: #1CF0BD;
}
.AnyTagClassName
{
color: #1CF0BD;
}
</style>
background-color css
<style>
a { background-color: #1CF0BD; }
a { background-color: rgb(28,240,189); }
div.DivClassName
{
background-color: #1CF0BD;
}
.BgClassName
{
background-color: #1CF0BD;
}
</style>
border-color css
<style>
span { border-color: #1CF0BD; }
span { border-color: rgb(28,240,189); }
td.TdClassName
{
border-color: #1CF0BD;
}
.TagClassName
{
border-color: #1CF0BD;
}
</style>