Shades of Dark Turquoise #1CCFDD
Tints of Dark Turquoise #1CCFDD
RGB
CMYK
RGB Variations
Color information
#1CCFDD (or 0x1CCFDD) is known color: Dark Turquoise. HEX triplet: 1C, CF and DD. RGB value is (28,207,221). Sum of RGB (Red+Green+Blue) = 28+207+221=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCFDD is #E33022. Grayscale: #9A9A9A. Windows color (decimal): -14888995 or 14536476. OLE color: 14536476.
HSL color Cylindrical-coordinate representation of color #1CCFDD: hue angle of 184.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCFDD is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 207 | 221 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.13 |
| HSL | 184.35º | 0.78% | 0.49% | - |
| HSV(B) | 184.35º | 0.87% | 0.87% | - |
| XYZ | 35.84 | 50.09 | 76.19 | - |
| YUV | 155.08 | 165.2 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 221 | 0.87 | 0.06 | 0 | 0.13 | 184.35 | 0.78 | 0.49 |
| Hex | 1C | CF | DD | 57 | 6 | 0 | D | B8 | 4E | 31 |
| Octal | 34 | 317 | 335 | 127 | 6 | 0 | 15 | 270 | 116 | 61 |
| Binary | 11100 | 11001111 | 11011101 | 1010111 | 110 | 0 | 1101 | 10111000 | 1001110 | 110001 |
Color Harmonies of #1CCFDD
Complementary color
Monochromatic Colors of #1CCFDD
Black with #1CCFDD
Text Example
Text Example
White with #1CCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFDD; }
p { color: rgb(28,207,221); }
H1.HeaderClassName
{
color: #1CCFDD;
}
.AnyTagClassName
{
color: #1CCFDD;
}
</style>
background-color css
<style>
a { background-color: #1CCFDD; }
a { background-color: rgb(28,207,221); }
div.DivClassName
{
background-color: #1CCFDD;
}
.BgClassName
{
background-color: #1CCFDD;
}
</style>
border-color css
<style>
span { border-color: #1CCFDD; }
span { border-color: rgb(28,207,221); }
td.TdClassName
{
border-color: #1CCFDD;
}
.TagClassName
{
border-color: #1CCFDD;
}
</style>