Shades of Bright Turquoise #1DCFE6
Tints of Bright Turquoise #1DCFE6
RGB
CMYK
RGB Variations
Color information
#1DCFE6 (or 0x1DCFE6) is known color: Bright Turquoise. HEX triplet: 1D, CF and E6. RGB value is (29,207,230). Sum of RGB (Red+Green+Blue) = 29+207+230=466 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.22% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #1DCFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFE6 is #E23019. Grayscale: #9C9C9C. Windows color (decimal): -14823450 or 15126301. OLE color: 15126301.
HSL color Cylindrical-coordinate representation of color #1DCFE6: hue angle of 186.87º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCFE6 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 29 | 207 | 230 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.10 |
| HSL | 186.87º | 0.8% | 0.51% | - |
| HSV(B) | 186.87º | 0.87% | 0.9% | - |
| XYZ | 37.1 | 50.6 | 82.67 | - |
| YUV | 156.4 | 169.53 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 230 | 0.87 | 0.10 | 0 | 0.10 | 186.87 | 0.8 | 0.51 |
| Hex | 1D | CF | E6 | 57 | A | 0 | A | BB | 50 | 33 |
| Octal | 35 | 317 | 346 | 127 | 12 | 0 | 12 | 273 | 120 | 63 |
| Binary | 11101 | 11001111 | 11100110 | 1010111 | 1010 | 0 | 1010 | 10111011 | 1010000 | 110011 |
Color Harmonies of #1DCFE6
Complementary color
Monochromatic Colors of #1DCFE6
Black with #1DCFE6
Text Example
Text Example
White with #1DCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFE6; }
p { color: rgb(29,207,230); }
H1.HeaderClassName
{
color: #1DCFE6;
}
.AnyTagClassName
{
color: #1DCFE6;
}
</style>
background-color css
<style>
a { background-color: #1DCFE6; }
a { background-color: rgb(29,207,230); }
div.DivClassName
{
background-color: #1DCFE6;
}
.BgClassName
{
background-color: #1DCFE6;
}
</style>
border-color css
<style>
span { border-color: #1DCFE6; }
span { border-color: rgb(29,207,230); }
td.TdClassName
{
border-color: #1DCFE6;
}
.TagClassName
{
border-color: #1DCFE6;
}
</style>