Shades of Bright Turquoise #1DDFFC
Tints of Bright Turquoise #1DDFFC
RGB
CMYK
RGB Variations
Color information
#1DDFFC (or 0x1DDFFC) is known color: Bright Turquoise. HEX triplet: 1D, DF and FC. RGB value is (29,223,252). Sum of RGB (Red+Green+Blue) = 29+223+252=504 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.75% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DDFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDFFC is #E22003. Grayscale: #A7A7A7. Windows color (decimal): -14819332 or 16572189. OLE color: 16572189.
HSL color Cylindrical-coordinate representation of color #1DDFFC: hue angle of 187.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDFFC is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 223 | 252 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.01 |
| HSL | 187.8º | 0.97% | 0.55% | - |
| HSV(B) | 187.8º | 0.88% | 0.99% | - |
| XYZ | 44.47 | 60.06 | 101.35 | - |
| YUV | 168.3 | 175.23 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 252 | 0.88 | 0.12 | 0 | 0.01 | 187.8 | 0.97 | 0.55 |
| Hex | 1D | DF | FC | 58 | C | 0 | 1 | BC | 61 | 37 |
| Octal | 35 | 337 | 374 | 130 | 14 | 0 | 1 | 274 | 141 | 67 |
| Binary | 11101 | 11011111 | 11111100 | 1011000 | 1100 | 0 | 1 | 10111100 | 1100001 | 110111 |
Color Harmonies of #1DDFFC
Complementary color
Monochromatic Colors of #1DDFFC
Black with #1DDFFC
Text Example
Text Example
White with #1DDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDFFC; }
p { color: rgb(29,223,252); }
H1.HeaderClassName
{
color: #1DDFFC;
}
.AnyTagClassName
{
color: #1DDFFC;
}
</style>
background-color css
<style>
a { background-color: #1DDFFC; }
a { background-color: rgb(29,223,252); }
div.DivClassName
{
background-color: #1DDFFC;
}
.BgClassName
{
background-color: #1DDFFC;
}
</style>
border-color css
<style>
span { border-color: #1DDFFC; }
span { border-color: rgb(29,223,252); }
td.TdClassName
{
border-color: #1DDFFC;
}
.TagClassName
{
border-color: #1DDFFC;
}
</style>