Shades of Bright Turquoise #1DD8F3
Tints of Bright Turquoise #1DD8F3
RGB
CMYK
RGB Variations
Color information
#1DD8F3 (or 0x1DD8F3) is known color: Bright Turquoise. HEX triplet: 1D, D8 and F3. RGB value is (29,216,243). Sum of RGB (Red+Green+Blue) = 29+216+243=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #1DD8F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DD8F3 is #E2270C. Grayscale: #A2A2A2. Windows color (decimal): -14821133 or 15980573. OLE color: 15980573.
HSL color Cylindrical-coordinate representation of color #1DD8F3: hue angle of 187.57º 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 #1DD8F3 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 216 | 243 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.05 |
| HSL | 187.57º | 0.9% | 0.53% | - |
| HSV(B) | 187.57º | 0.88% | 0.95% | - |
| XYZ | 41.24 | 55.84 | 93.4 | - |
| YUV | 163.17 | 173.05 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 243 | 0.88 | 0.11 | 0 | 0.05 | 187.57 | 0.9 | 0.53 |
| Hex | 1D | D8 | F3 | 58 | B | 0 | 5 | BC | 5A | 35 |
| Octal | 35 | 330 | 363 | 130 | 13 | 0 | 5 | 274 | 132 | 65 |
| Binary | 11101 | 11011000 | 11110011 | 1011000 | 1011 | 0 | 101 | 10111100 | 1011010 | 110101 |
Color Harmonies of #1DD8F3
Complementary color
Monochromatic Colors of #1DD8F3
Black with #1DD8F3
Text Example
Text Example
White with #1DD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD8F3; }
p { color: rgb(29,216,243); }
H1.HeaderClassName
{
color: #1DD8F3;
}
.AnyTagClassName
{
color: #1DD8F3;
}
</style>
background-color css
<style>
a { background-color: #1DD8F3; }
a { background-color: rgb(29,216,243); }
div.DivClassName
{
background-color: #1DD8F3;
}
.BgClassName
{
background-color: #1DD8F3;
}
</style>
border-color css
<style>
span { border-color: #1DD8F3; }
span { border-color: rgb(29,216,243); }
td.TdClassName
{
border-color: #1DD8F3;
}
.TagClassName
{
border-color: #1DD8F3;
}
</style>