Shades of Bright Turquoise #1CFDD6
Tints of Bright Turquoise #1CFDD6
RGB
CMYK
RGB Variations
Color information
#1CFDD6 (or 0x1CFDD6) is known color: Bright Turquoise. HEX triplet: 1C, FD and D6. RGB value is (28,253,214). Sum of RGB (Red+Green+Blue) = 28+253+214=495 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.66% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFDD6 is #E30229. Grayscale: #B5B5B5. Windows color (decimal): -14877226 or 14089500. OLE color: 14089500.
HSL color Cylindrical-coordinate representation of color #1CFDD6: hue angle of 169.6º 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 #1CFDD6 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 214 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.01 |
| HSL | 169.6º | 0.98% | 0.55% | - |
| HSV(B) | 169.6º | 0.89% | 0.99% | - |
| XYZ | 47.74 | 75.35 | 75.65 | - |
| YUV | 181.28 | 146.46 | 18.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 214 | 0.89 | 0 | 0.15 | 0.01 | 169.6 | 0.98 | 0.55 |
| Hex | 1C | FD | D6 | 59 | 0 | F | 1 | AA | 62 | 37 |
| Octal | 34 | 375 | 326 | 131 | 0 | 17 | 1 | 252 | 142 | 67 |
| Binary | 11100 | 11111101 | 11010110 | 1011001 | 0 | 1111 | 1 | 10101010 | 1100010 | 110111 |
Color Harmonies of #1CFDD6
Complementary color
Monochromatic Colors of #1CFDD6
Black with #1CFDD6
Text Example
Text Example
White with #1CFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFDD6; }
p { color: rgb(28,253,214); }
H1.HeaderClassName
{
color: #1CFDD6;
}
.AnyTagClassName
{
color: #1CFDD6;
}
</style>
background-color css
<style>
a { background-color: #1CFDD6; }
a { background-color: rgb(28,253,214); }
div.DivClassName
{
background-color: #1CFDD6;
}
.BgClassName
{
background-color: #1CFDD6;
}
</style>
border-color css
<style>
span { border-color: #1CFDD6; }
span { border-color: rgb(28,253,214); }
td.TdClassName
{
border-color: #1CFDD6;
}
.TagClassName
{
border-color: #1CFDD6;
}
</style>