Shades of Bright Turquoise #1DDFFA
Tints of Bright Turquoise #1DDFFA
RGB
CMYK
RGB Variations
Color information
#1DDFFA (or 0x1DDFFA) is known color: Bright Turquoise. HEX triplet: 1D, DF and FA. RGB value is (29,223,250). Sum of RGB (Red+Green+Blue) = 29+223+250=502 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.78% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #1DDFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFFA is #E22005. Grayscale: #A7A7A7. Windows color (decimal): -14819334 or 16441117. OLE color: 16441117.
HSL color Cylindrical-coordinate representation of color #1DDFFA: hue angle of 187.33º degrees, saturation: 0.96, 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 #1DDFFA is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 223 | 250 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.02 |
| HSL | 187.33º | 0.96% | 0.55% | - |
| HSV(B) | 187.33º | 0.88% | 0.98% | - |
| XYZ | 44.15 | 59.94 | 99.68 | - |
| YUV | 168.07 | 174.23 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 250 | 0.88 | 0.11 | 0 | 0.02 | 187.33 | 0.96 | 0.55 |
| Hex | 1D | DF | FA | 58 | B | 0 | 2 | BB | 60 | 37 |
| Octal | 35 | 337 | 372 | 130 | 13 | 0 | 2 | 273 | 140 | 67 |
| Binary | 11101 | 11011111 | 11111010 | 1011000 | 1011 | 0 | 10 | 10111011 | 1100000 | 110111 |
Color Harmonies of #1DDFFA
Complementary color
Monochromatic Colors of #1DDFFA
Black with #1DDFFA
Text Example
Text Example
White with #1DDFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFFA; }
p { color: rgb(29,223,250); }
H1.HeaderClassName
{
color: #1DDFFA;
}
.AnyTagClassName
{
color: #1DDFFA;
}
</style>
background-color css
<style>
a { background-color: #1DDFFA; }
a { background-color: rgb(29,223,250); }
div.DivClassName
{
background-color: #1DDFFA;
}
.BgClassName
{
background-color: #1DDFFA;
}
</style>
border-color css
<style>
span { border-color: #1DDFFA; }
span { border-color: rgb(29,223,250); }
td.TdClassName
{
border-color: #1DDFFA;
}
.TagClassName
{
border-color: #1DDFFA;
}
</style>