Shades of Bright Turquoise #1CFFDA
Tints of Bright Turquoise #1CFFDA
RGB
CMYK
RGB Variations
Color information
#1CFFDA (or 0x1CFFDA) is known color: Bright Turquoise. HEX triplet: 1C, FF and DA. RGB value is (28,255,218). Sum of RGB (Red+Green+Blue) = 28+255+218=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFDA is #E30025. Grayscale: #B6B6B6. Windows color (decimal): -14876710 or 14352156. OLE color: 14352156.
HSL color Cylindrical-coordinate representation of color #1CFFDA: hue angle of 170.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFDA is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 218 | - |
| CMYK | 0.89 | 0 | 0.15 | 0 |
| HSL | 170.22º | 1% | 0.55% | - |
| HSV(B) | 170.22º | 0.89% | 1% | - |
| XYZ | 48.89 | 76.83 | 78.58 | - |
| YUV | 182.91 | 147.79 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 218 | 0.89 | 0 | 0.15 | 0 | 170.22 | 1 | 0.55 |
| Hex | 1C | FF | DA | 59 | 0 | F | 0 | AA | 64 | 37 |
| Octal | 34 | 377 | 332 | 131 | 0 | 17 | 0 | 252 | 144 | 67 |
| Binary | 11100 | 11111111 | 11011010 | 1011001 | 0 | 1111 | 0 | 10101010 | 1100100 | 110111 |
Color Harmonies of #1CFFDA
Complementary color
Monochromatic Colors of #1CFFDA
Black with #1CFFDA
Text Example
Text Example
White with #1CFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFDA; }
p { color: rgb(28,255,218); }
H1.HeaderClassName
{
color: #1CFFDA;
}
.AnyTagClassName
{
color: #1CFFDA;
}
</style>
background-color css
<style>
a { background-color: #1CFFDA; }
a { background-color: rgb(28,255,218); }
div.DivClassName
{
background-color: #1CFFDA;
}
.BgClassName
{
background-color: #1CFFDA;
}
</style>
border-color css
<style>
span { border-color: #1CFFDA; }
span { border-color: rgb(28,255,218); }
td.TdClassName
{
border-color: #1CFFDA;
}
.TagClassName
{
border-color: #1CFFDA;
}
</style>