Shades of Bright Turquoise #1DF3EA
Tints of Bright Turquoise #1DF3EA
RGB
CMYK
RGB Variations
Color information
#1DF3EA (or 0x1DF3EA) is known color: Bright Turquoise. HEX triplet: 1D, F3 and EA. RGB value is (29,243,234). Sum of RGB (Red+Green+Blue) = 29+243+234=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF3EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF3EA is #E20C15. Grayscale: #B1B1B1. Windows color (decimal): -14814230 or 15397661. OLE color: 15397661.
HSL color Cylindrical-coordinate representation of color #1DF3EA: hue angle of 177.48º degrees, saturation: 0.9, 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 #1DF3EA is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 234 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.05 |
| HSL | 177.48º | 0.9% | 0.53% | - |
| HSV(B) | 177.48º | 0.88% | 0.95% | - |
| XYZ | 47.41 | 70.3 | 88.91 | - |
| YUV | 177.99 | 159.6 | 21.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 234 | 0.88 | 0 | 0.04 | 0.05 | 177.48 | 0.9 | 0.53 |
| Hex | 1D | F3 | EA | 58 | 0 | 4 | 5 | B1 | 5A | 35 |
| Octal | 35 | 363 | 352 | 130 | 0 | 4 | 5 | 261 | 132 | 65 |
| Binary | 11101 | 11110011 | 11101010 | 1011000 | 0 | 100 | 101 | 10110001 | 1011010 | 110101 |
Color Harmonies of #1DF3EA
Complementary color
Monochromatic Colors of #1DF3EA
Black with #1DF3EA
Text Example
Text Example
White with #1DF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF3EA; }
p { color: rgb(29,243,234); }
H1.HeaderClassName
{
color: #1DF3EA;
}
.AnyTagClassName
{
color: #1DF3EA;
}
</style>
background-color css
<style>
a { background-color: #1DF3EA; }
a { background-color: rgb(29,243,234); }
div.DivClassName
{
background-color: #1DF3EA;
}
.BgClassName
{
background-color: #1DF3EA;
}
</style>
border-color css
<style>
span { border-color: #1DF3EA; }
span { border-color: rgb(29,243,234); }
td.TdClassName
{
border-color: #1DF3EA;
}
.TagClassName
{
border-color: #1DF3EA;
}
</style>