Shades of Bright Turquoise #1DF9CF
Tints of Bright Turquoise #1DF9CF
RGB
CMYK
RGB Variations
Color information
#1DF9CF (or 0x1DF9CF) is known color: Bright Turquoise. HEX triplet: 1D, F9 and CF. RGB value is (29,249,207). Sum of RGB (Red+Green+Blue) = 29+249+207=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9CF is #E20630. Grayscale: #B2B2B2. Windows color (decimal): -14812721 or 13629725. OLE color: 13629725.
HSL color Cylindrical-coordinate representation of color #1DF9CF: hue angle of 168.55º degrees, saturation: 0.95, 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 #1DF9CF is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 207 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.02 |
| HSL | 168.55º | 0.95% | 0.55% | - |
| HSV(B) | 168.55º | 0.88% | 0.98% | - |
| XYZ | 45.64 | 72.52 | 70.62 | - |
| YUV | 178.43 | 144.11 | 21.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 207 | 0.88 | 0 | 0.17 | 0.02 | 168.55 | 0.95 | 0.55 |
| Hex | 1D | F9 | CF | 58 | 0 | 11 | 2 | A9 | 5F | 37 |
| Octal | 35 | 371 | 317 | 130 | 0 | 21 | 2 | 251 | 137 | 67 |
| Binary | 11101 | 11111001 | 11001111 | 1011000 | 0 | 10001 | 10 | 10101001 | 1011111 | 110111 |
Color Harmonies of #1DF9CF
Complementary color
Monochromatic Colors of #1DF9CF
Black with #1DF9CF
Text Example
Text Example
White with #1DF9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF9CF; }
p { color: rgb(29,249,207); }
H1.HeaderClassName
{
color: #1DF9CF;
}
.AnyTagClassName
{
color: #1DF9CF;
}
</style>
background-color css
<style>
a { background-color: #1DF9CF; }
a { background-color: rgb(29,249,207); }
div.DivClassName
{
background-color: #1DF9CF;
}
.BgClassName
{
background-color: #1DF9CF;
}
</style>
border-color css
<style>
span { border-color: #1DF9CF; }
span { border-color: rgb(29,249,207); }
td.TdClassName
{
border-color: #1DF9CF;
}
.TagClassName
{
border-color: #1DF9CF;
}
</style>