Shades of Bright Turquoise #1DDFF2
Tints of Bright Turquoise #1DDFF2
RGB
CMYK
RGB Variations
Color information
#1DDFF2 (or 0x1DDFF2) is known color: Bright Turquoise. HEX triplet: 1D, DF and F2. RGB value is (29,223,242). Sum of RGB (Red+Green+Blue) = 29+223+242=494 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.87% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #1DDFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFF2 is #E2200D. Grayscale: #A6A6A6. Windows color (decimal): -14819342 or 15916829. OLE color: 15916829.
HSL color Cylindrical-coordinate representation of color #1DDFF2: hue angle of 185.35º degrees, saturation: 0.89, 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 #1DDFF2 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 223 | 242 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.05 |
| HSL | 185.35º | 0.89% | 0.53% | - |
| HSV(B) | 185.35º | 0.88% | 0.95% | - |
| XYZ | 42.92 | 59.45 | 93.22 | - |
| YUV | 167.16 | 170.23 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 242 | 0.88 | 0.08 | 0 | 0.05 | 185.35 | 0.89 | 0.53 |
| Hex | 1D | DF | F2 | 58 | 8 | 0 | 5 | B9 | 59 | 35 |
| Octal | 35 | 337 | 362 | 130 | 10 | 0 | 5 | 271 | 131 | 65 |
| Binary | 11101 | 11011111 | 11110010 | 1011000 | 1000 | 0 | 101 | 10111001 | 1011001 | 110101 |
Color Harmonies of #1DDFF2
Complementary color
Monochromatic Colors of #1DDFF2
Black with #1DDFF2
Text Example
Text Example
White with #1DDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFF2; }
p { color: rgb(29,223,242); }
H1.HeaderClassName
{
color: #1DDFF2;
}
.AnyTagClassName
{
color: #1DDFF2;
}
</style>
background-color css
<style>
a { background-color: #1DDFF2; }
a { background-color: rgb(29,223,242); }
div.DivClassName
{
background-color: #1DDFF2;
}
.BgClassName
{
background-color: #1DDFF2;
}
</style>
border-color css
<style>
span { border-color: #1DDFF2; }
span { border-color: rgb(29,223,242); }
td.TdClassName
{
border-color: #1DDFF2;
}
.TagClassName
{
border-color: #1DDFF2;
}
</style>