Shades of Dark Turquoise #1CCFCF
Tints of Dark Turquoise #1CCFCF
RGB
CMYK
RGB Variations
Color information
#1CCFCF (or 0x1CCFCF) is known color: Dark Turquoise. HEX triplet: 1C, CF and CF. RGB value is (28,207,207). Sum of RGB (Red+Green+Blue) = 28+207+207=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #1CCFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFCF is #E33030. Grayscale: #999999. Windows color (decimal): -14889009 or 13618972. OLE color: 13618972.
HSL color Cylindrical-coordinate representation of color #1CCFCF: hue angle of 180º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCFCF is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 207 | - |
| CMYK | 0.86 | 0 | 0 | 0.19 |
| HSL | 180º | 0.76% | 0.46% | - |
| HSV(B) | 180º | 0.86% | 0.81% | - |
| XYZ | 34.05 | 49.38 | 66.77 | - |
| YUV | 153.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 207 | 0.86 | 0 | 0 | 0.19 | 180 | 0.76 | 0.46 |
| Hex | 1C | CF | CF | 56 | 0 | 0 | 13 | B4 | 4C | 2E |
| Octal | 34 | 317 | 317 | 126 | 0 | 0 | 23 | 264 | 114 | 56 |
| Binary | 11100 | 11001111 | 11001111 | 1010110 | 0 | 0 | 10011 | 10110100 | 1001100 | 101110 |
Color Harmonies of #1CCFCF
Complementary color
Monochromatic Colors of #1CCFCF
Black with #1CCFCF
Text Example
Text Example
White with #1CCFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFCF; }
p { color: rgb(28,207,207); }
H1.HeaderClassName
{
color: #1CCFCF;
}
.AnyTagClassName
{
color: #1CCFCF;
}
</style>
background-color css
<style>
a { background-color: #1CCFCF; }
a { background-color: rgb(28,207,207); }
div.DivClassName
{
background-color: #1CCFCF;
}
.BgClassName
{
background-color: #1CCFCF;
}
</style>
border-color css
<style>
span { border-color: #1CCFCF; }
span { border-color: rgb(28,207,207); }
td.TdClassName
{
border-color: #1CCFCF;
}
.TagClassName
{
border-color: #1CCFCF;
}
</style>