Shades of Bright Turquoise #1DE0F1
Tints of Bright Turquoise #1DE0F1
RGB
CMYK
RGB Variations
Color information
#1DE0F1 (or 0x1DE0F1) is known color: Bright Turquoise. HEX triplet: 1D, E0 and F1. RGB value is (29,224,241). Sum of RGB (Red+Green+Blue) = 29+224+241=494 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.87% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #1DE0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DE0F1 is #E21F0E. Grayscale: #A7A7A7. Windows color (decimal): -14819087 or 15851549. OLE color: 15851549.
HSL color Cylindrical-coordinate representation of color #1DE0F1: hue angle of 184.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE0F1 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 224 | 241 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.05 |
| HSL | 184.81º | 0.88% | 0.53% | - |
| HSV(B) | 184.81º | 0.88% | 0.95% | - |
| XYZ | 43.04 | 59.92 | 92.52 | - |
| YUV | 167.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 241 | 0.88 | 0.07 | 0 | 0.05 | 184.81 | 0.88 | 0.53 |
| Hex | 1D | E0 | F1 | 58 | 7 | 0 | 5 | B9 | 58 | 35 |
| Octal | 35 | 340 | 361 | 130 | 7 | 0 | 5 | 271 | 130 | 65 |
| Binary | 11101 | 11100000 | 11110001 | 1011000 | 111 | 0 | 101 | 10111001 | 1011000 | 110101 |
Color Harmonies of #1DE0F1
Complementary color
Monochromatic Colors of #1DE0F1
Black with #1DE0F1
Text Example
Text Example
White with #1DE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE0F1; }
p { color: rgb(29,224,241); }
H1.HeaderClassName
{
color: #1DE0F1;
}
.AnyTagClassName
{
color: #1DE0F1;
}
</style>
background-color css
<style>
a { background-color: #1DE0F1; }
a { background-color: rgb(29,224,241); }
div.DivClassName
{
background-color: #1DE0F1;
}
.BgClassName
{
background-color: #1DE0F1;
}
</style>
border-color css
<style>
span { border-color: #1DE0F1; }
span { border-color: rgb(29,224,241); }
td.TdClassName
{
border-color: #1DE0F1;
}
.TagClassName
{
border-color: #1DE0F1;
}
</style>