Shades of Bright Turquoise #1CFDDC
Tints of Bright Turquoise #1CFDDC
RGB
CMYK
RGB Variations
Color information
#1CFDDC (or 0x1CFDDC) is known color: Bright Turquoise. HEX triplet: 1C, FD and DC. RGB value is (28,253,220). Sum of RGB (Red+Green+Blue) = 28+253+220=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFDDC is #E30223. Grayscale: #B5B5B5. Windows color (decimal): -14877220 or 14482716. OLE color: 14482716.
HSL color Cylindrical-coordinate representation of color #1CFDDC: hue angle of 171.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFDDC is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 220 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.01 |
| HSL | 171.2º | 0.98% | 0.55% | - |
| HSV(B) | 171.2º | 0.89% | 0.99% | - |
| XYZ | 48.52 | 75.66 | 79.76 | - |
| YUV | 181.96 | 149.46 | 18.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 220 | 0.89 | 0 | 0.13 | 0.01 | 171.2 | 0.98 | 0.55 |
| Hex | 1C | FD | DC | 59 | 0 | D | 1 | AB | 62 | 37 |
| Octal | 34 | 375 | 334 | 131 | 0 | 15 | 1 | 253 | 142 | 67 |
| Binary | 11100 | 11111101 | 11011100 | 1011001 | 0 | 1101 | 1 | 10101011 | 1100010 | 110111 |
Color Harmonies of #1CFDDC
Complementary color
Monochromatic Colors of #1CFDDC
Black with #1CFDDC
Text Example
Text Example
White with #1CFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFDDC; }
p { color: rgb(28,253,220); }
H1.HeaderClassName
{
color: #1CFDDC;
}
.AnyTagClassName
{
color: #1CFDDC;
}
</style>
background-color css
<style>
a { background-color: #1CFDDC; }
a { background-color: rgb(28,253,220); }
div.DivClassName
{
background-color: #1CFDDC;
}
.BgClassName
{
background-color: #1CFDDC;
}
</style>
border-color css
<style>
span { border-color: #1CFDDC; }
span { border-color: rgb(28,253,220); }
td.TdClassName
{
border-color: #1CFDDC;
}
.TagClassName
{
border-color: #1CFDDC;
}
</style>