Shades of Bright Turquoise #1CDDCF
Tints of Bright Turquoise #1CDDCF
RGB
CMYK
RGB Variations
Color information
#1CDDCF (or 0x1CDDCF) is known color: Bright Turquoise. HEX triplet: 1C, DD and CF. RGB value is (28,221,207). Sum of RGB (Red+Green+Blue) = 28+221+207=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDCF is #E32230. Grayscale: #A1A1A1. Windows color (decimal): -14885425 or 13622556. OLE color: 13622556.
HSL color Cylindrical-coordinate representation of color #1CDDCF: hue angle of 175.65º 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 #1CDDCF is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 207 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.13 |
| HSL | 175.65º | 0.78% | 0.49% | - |
| HSV(B) | 175.65º | 0.87% | 0.87% | - |
| XYZ | 37.6 | 56.46 | 67.95 | - |
| YUV | 161.7 | 153.56 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 207 | 0.87 | 0 | 0.06 | 0.13 | 175.65 | 0.78 | 0.49 |
| Hex | 1C | DD | CF | 57 | 0 | 6 | D | B0 | 4E | 31 |
| Octal | 34 | 335 | 317 | 127 | 0 | 6 | 15 | 260 | 116 | 61 |
| Binary | 11100 | 11011101 | 11001111 | 1010111 | 0 | 110 | 1101 | 10110000 | 1001110 | 110001 |
Color Harmonies of #1CDDCF
Complementary color
Monochromatic Colors of #1CDDCF
Black with #1CDDCF
Text Example
Text Example
White with #1CDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDCF; }
p { color: rgb(28,221,207); }
H1.HeaderClassName
{
color: #1CDDCF;
}
.AnyTagClassName
{
color: #1CDDCF;
}
</style>
background-color css
<style>
a { background-color: #1CDDCF; }
a { background-color: rgb(28,221,207); }
div.DivClassName
{
background-color: #1CDDCF;
}
.BgClassName
{
background-color: #1CDDCF;
}
</style>
border-color css
<style>
span { border-color: #1CDDCF; }
span { border-color: rgb(28,221,207); }
td.TdClassName
{
border-color: #1CDDCF;
}
.TagClassName
{
border-color: #1CDDCF;
}
</style>