Shades of Bright Turquoise #1DE4DF
Tints of Bright Turquoise #1DE4DF
RGB
CMYK
RGB Variations
Color information
#1DE4DF (or 0x1DE4DF) is known color: Bright Turquoise. HEX triplet: 1D, E4 and DF. RGB value is (29,228,223). Sum of RGB (Red+Green+Blue) = 29+228+223=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #1DE4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE4DF is #E21B20. Grayscale: #A7A7A7. Windows color (decimal): -14818081 or 14672925. OLE color: 14672925.
HSL color Cylindrical-coordinate representation of color #1DE4DF: hue angle of 178.49º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE4DF is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 228 | 223 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.11 |
| HSL | 178.49º | 0.79% | 0.5% | - |
| HSV(B) | 178.49º | 0.87% | 0.89% | - |
| XYZ | 41.57 | 61.08 | 79.41 | - |
| YUV | 167.93 | 159.07 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 228 | 223 | 0.87 | 0 | 0.02 | 0.11 | 178.49 | 0.79 | 0.5 |
| Hex | 1D | E4 | DF | 57 | 0 | 2 | B | B2 | 4F | 32 |
| Octal | 35 | 344 | 337 | 127 | 0 | 2 | 13 | 262 | 117 | 62 |
| Binary | 11101 | 11100100 | 11011111 | 1010111 | 0 | 10 | 1011 | 10110010 | 1001111 | 110010 |
Color Harmonies of #1DE4DF
Complementary color
Monochromatic Colors of #1DE4DF
Black with #1DE4DF
Text Example
Text Example
White with #1DE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE4DF; }
p { color: rgb(29,228,223); }
H1.HeaderClassName
{
color: #1DE4DF;
}
.AnyTagClassName
{
color: #1DE4DF;
}
</style>
background-color css
<style>
a { background-color: #1DE4DF; }
a { background-color: rgb(29,228,223); }
div.DivClassName
{
background-color: #1DE4DF;
}
.BgClassName
{
background-color: #1DE4DF;
}
</style>
border-color css
<style>
span { border-color: #1DE4DF; }
span { border-color: rgb(29,228,223); }
td.TdClassName
{
border-color: #1DE4DF;
}
.TagClassName
{
border-color: #1DE4DF;
}
</style>