Shades of Bright Turquoise #1DF9E4
Tints of Bright Turquoise #1DF9E4
RGB
CMYK
RGB Variations
Color information
#1DF9E4 (or 0x1DF9E4) is known color: Bright Turquoise. HEX triplet: 1D, F9 and E4. RGB value is (29,249,228). Sum of RGB (Red+Green+Blue) = 29+249+228=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9E4 is #E2061B. Grayscale: #B4B4B4. Windows color (decimal): -14812700 or 15005981. OLE color: 15005981.
HSL color Cylindrical-coordinate representation of color #1DF9E4: hue angle of 174.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF9E4 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 228 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.02 |
| HSL | 174.27º | 0.95% | 0.55% | - |
| HSV(B) | 174.27º | 0.88% | 0.98% | - |
| XYZ | 48.39 | 73.61 | 85.06 | - |
| YUV | 180.83 | 154.61 | 19.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 228 | 0.88 | 0 | 0.08 | 0.02 | 174.27 | 0.95 | 0.55 |
| Hex | 1D | F9 | E4 | 58 | 0 | 8 | 2 | AE | 5F | 37 |
| Octal | 35 | 371 | 344 | 130 | 0 | 10 | 2 | 256 | 137 | 67 |
| Binary | 11101 | 11111001 | 11100100 | 1011000 | 0 | 1000 | 10 | 10101110 | 1011111 | 110111 |
Color Harmonies of #1DF9E4
Complementary color
Monochromatic Colors of #1DF9E4
Black with #1DF9E4
Text Example
Text Example
White with #1DF9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9E4; }
p { color: rgb(29,249,228); }
H1.HeaderClassName
{
color: #1DF9E4;
}
.AnyTagClassName
{
color: #1DF9E4;
}
</style>
background-color css
<style>
a { background-color: #1DF9E4; }
a { background-color: rgb(29,249,228); }
div.DivClassName
{
background-color: #1DF9E4;
}
.BgClassName
{
background-color: #1DF9E4;
}
</style>
border-color css
<style>
span { border-color: #1DF9E4; }
span { border-color: rgb(29,249,228); }
td.TdClassName
{
border-color: #1DF9E4;
}
.TagClassName
{
border-color: #1DF9E4;
}
</style>